#79372E

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

Shades of Crown Of Thorns #79372E

Tints of Crown Of Thorns #79372E

Color information

#79372E (or 0x79372E) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 37 and 2E. RGB value is (121,55,46). Sum of RGB (Red+Green+Blue) = 121+55+46=222 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.50% from 222); Green value is 55 (21.88% from 255 or 24.77% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 121 - color contains mainly: red. Hex color #79372E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79372E is #86C8D1. Grayscale: #494949. Windows color (decimal): -8833234 or 3028857. OLE color: 3028857.

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

Color convert

RGB1215546-
CMYK00.550.620.53
HSL7.2º44.91%32.75%-
HSV(B)7.2º61.98%47.45%-
XYZ9.746.993.42-
YUV73.71112.37161.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.50%
GREEN value IS 55 (21.88% from 255) = 24.77%
BLUE value IS 46 (18.36% from 255) = 20.72%
R=54.50%
G=24.77%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121554600.550.620.537.244.9132.75
Hex79372E0373E3572d21
Octal1716756067766575541
Binary11110011101111011100110111111110110101111101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79372E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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