#791F3E

Color #791F3E Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #791F3E

Tints of Claret #791F3E

Color information

#791F3E (or 0x791F3E) is unknown color: approx Claret. HEX triplet: 79, 1F and 3E. RGB value is (121,31,62). Sum of RGB (Red+Green+Blue) = 121+31+62=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #791F3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #791F3E is #86E0C1. Grayscale: #3D3D3D. Windows color (decimal): -8839362 or 4071289. OLE color: 4071289.

HSL color Cylindrical-coordinate representation of color #791F3E: hue angle of 339.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #791F3E is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.53.

Color convert

RGB1213162-
CMYK00.740.490.53
HSL339.33º59.21%29.8%-
HSV(B)339.33º74.38%47.45%-
XYZ9.245.395.11-
YUV61.44128.32170.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 56.54%
GREEN value IS 31 (12.5% from 255) = 14.49%
BLUE value IS 62 (24.61% from 255) = 28.97%
R=56.54%
G=14.49%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121316200.740.490.53339.3359.2129.8
Hex791F3E04A31351533b1e
Octal1713776011261655237336
Binary1111001111111111100100101011000111010110101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791F3E; }

 p { color: rgb(121,31,62); }

 H1.HeaderClassName
 {
   color: #791F3E;
 }
 .AnyTagClassName
 {
   color: #791F3E;
 }
</style>
background-color css

<style>
 a { background-color: #791F3E; }

 a { background-color: rgb(121,31,62); }

 div.DivClassName
 {
   background-color: #791F3E;
 }
 .BgClassName
 {
   background-color: #791F3E;
 }
</style>
border-color css

<style>
 span { border-color: #791F3E; }

 span { border-color: rgb(121,31,62); }

 td.TdClassName
 {
   border-color: #791F3E;
 }
 .TagClassName
 {
   border-color: #791F3E;
 }
</style>