#79372F

Color #79372F Crown Of Thorns (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crown Of Thorns #79372F

Tints of Crown Of Thorns #79372F

Color information

#79372F (or 0x79372F) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 37 and 2F. RGB value is (121,55,47). Sum of RGB (Red+Green+Blue) = 121+55+47=223 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.26% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 121 - color contains mainly: red. Hex color #79372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79372F is #86C8D0. Grayscale: #494949. Windows color (decimal): -8833233 or 3094393. OLE color: 3094393.

HSL color Cylindrical-coordinate representation of color #79372F: hue angle of 6.49º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #79372F is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1215547-
CMYK00.550.610.53
HSL6.49º44.05%32.94%-
HSV(B)6.49º61.16%47.45%-
XYZ9.7673.53-
YUV73.82112.87161.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.26%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=54.26%
G=24.66%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121554700.550.610.536.4944.0532.94
Hex79372F0373D3562c21
Octal1716757067756565441
Binary11110011101111011110110111111101110101110101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79372F; }

 p { color: rgb(121,55,47); }

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

<style>
 a { background-color: #79372F; }

 a { background-color: rgb(121,55,47); }

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

<style>
 span { border-color: #79372F; }

 span { border-color: rgb(121,55,47); }

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