Shades of Crown Of Thorns #79362C
Tints of Crown Of Thorns #79362C
RGB
CMYK
RGB Variations
Color information
#79362C (or 0x79362C) is known color: Crown Of Thorns. HEX triplet: 79, 36 and 2C. RGB value is (121,54,44). Sum of RGB (Red+Green+Blue) = 121+54+44=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 44 (17.58% from 255 or 20.09% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #79362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79362C is #86C9D3. Grayscale: #494949. Windows color (decimal): -8833492 or 2897529. OLE color: 2897529.
HSL color Cylindrical-coordinate representation of color #79362C: hue angle of 7.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #79362C is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 54 | 44 | - |
| CMYK | 0 | 0.55 | 0.64 | 0.53 |
| HSL | 7.79º | 0.47% | 0.32% | - |
| HSV(B) | 7.79º | 0.64% | 0.47% | - |
| XYZ | 9.66 | 6.89 | 3.2 | - |
| YUV | 72.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 54 | 44 | 0 | 0.55 | 0.64 | 0.53 | 7.79 | 0.47 | 0.32 |
| Hex | 79 | 36 | 2C | 0 | 37 | 40 | 35 | 8 | 2F | 20 |
| Octal | 171 | 66 | 54 | 0 | 67 | 100 | 65 | 10 | 57 | 40 |
| Binary | 1111001 | 110110 | 101100 | 0 | 110111 | 1000000 | 110101 | 1000 | 101111 | 100000 |
Color Harmonies of #79362C
Complementary color
Monochromatic Colors of #79362C
Black with #79362C
Text Example
Text Example
White with #79362C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79362C; }
p { color: rgb(121,54,44); }
H1.HeaderClassName
{
color: #79362C;
}
.AnyTagClassName
{
color: #79362C;
}
</style>
background-color css
<style>
a { background-color: #79362C; }
a { background-color: rgb(121,54,44); }
div.DivClassName
{
background-color: #79362C;
}
.BgClassName
{
background-color: #79362C;
}
</style>
border-color css
<style>
span { border-color: #79362C; }
span { border-color: rgb(121,54,44); }
td.TdClassName
{
border-color: #79362C;
}
.TagClassName
{
border-color: #79362C;
}
</style>