#79392E

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

Shades of Crown Of Thorns #79392E

Tints of Crown Of Thorns #79392E

Color information

#79392E (or 0x79392E) is unknown color: approx Crown Of Thorns. HEX triplet: 79, 39 and 2E. RGB value is (121,57,46). Sum of RGB (Red+Green+Blue) = 121+57+46=224 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.02% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 121 - color contains mainly: red. Hex color #79392E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79392E is #86C6D1. Grayscale: #4A4A4A. Windows color (decimal): -8832722 or 3029369. OLE color: 3029369.

HSL color Cylindrical-coordinate representation of color #79392E: hue angle of 8.8º 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 #79392E is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1215746-
CMYK00.530.620.53
HSL8.8º44.91%32.75%-
HSV(B)8.8º61.98%47.45%-
XYZ9.847.193.45-
YUV74.88111.7160.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.02%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 46 (18.36% from 255) = 20.54%
R=54.02%
G=25.45%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121574600.530.620.538.844.9132.75
Hex79392E0353E3592d21
Octal17171560657665115541
Binary111100111100110111001101011111101101011001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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