Shades of Crown Of Thorns #79362D
Tints of Crown Of Thorns #79362D
RGB
CMYK
RGB Variations
Color information
#79362D (or 0x79362D) is known color: Crown Of Thorns. HEX triplet: 79, 36 and 2D. RGB value is (121,54,45). Sum of RGB (Red+Green+Blue) = 121+54+45=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 54 (21.48% from 255 or 24.55% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79362D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79362D is #86C9D2. Grayscale: #494949. Windows color (decimal): -8833491 or 2963065. OLE color: 2963065.
HSL color Cylindrical-coordinate representation of color #79362D: hue angle of 7.11º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #79362D is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 54 | 45 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.53 |
| HSL | 7.11º | 0.46% | 0.33% | - |
| HSV(B) | 7.11º | 0.63% | 0.47% | - |
| XYZ | 9.68 | 6.89 | 3.3 | - |
| YUV | 73.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 54 | 45 | 0 | 0.55 | 0.63 | 0.53 | 7.11 | 0.46 | 0.33 |
| Hex | 79 | 36 | 2D | 0 | 37 | 3F | 35 | 7 | 2E | 21 |
| Octal | 171 | 66 | 55 | 0 | 67 | 77 | 65 | 7 | 56 | 41 |
| Binary | 1111001 | 110110 | 101101 | 0 | 110111 | 111111 | 110101 | 111 | 101110 | 100001 |
Color Harmonies of #79362D
Complementary color
Monochromatic Colors of #79362D
Black with #79362D
Text Example
Text Example
White with #79362D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79362D; }
p { color: rgb(121,54,45); }
H1.HeaderClassName
{
color: #79362D;
}
.AnyTagClassName
{
color: #79362D;
}
</style>
background-color css
<style>
a { background-color: #79362D; }
a { background-color: rgb(121,54,45); }
div.DivClassName
{
background-color: #79362D;
}
.BgClassName
{
background-color: #79362D;
}
</style>
border-color css
<style>
span { border-color: #79362D; }
span { border-color: rgb(121,54,45); }
td.TdClassName
{
border-color: #79362D;
}
.TagClassName
{
border-color: #79362D;
}
</style>