Shades of Crown Of Thorns #793C37
Tints of Crown Of Thorns #793C37
RGB
CMYK
RGB Variations
Color information
#793C37 (or 0x793C37) is known color: Crown Of Thorns. HEX triplet: 79, 3C and 37. RGB value is (121,60,55). Sum of RGB (Red+Green+Blue) = 121+60+55=236 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.27% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 121 - color contains mainly: red. Hex color #793C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C37 is #86C3C8. Grayscale: #4D4D4D. Windows color (decimal): -8831945 or 3619961. OLE color: 3619961.
HSL color Cylindrical-coordinate representation of color #793C37: hue angle of 4.55º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #793C37 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 60 | 55 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.53 |
| HSL | 4.55º | 0.38% | 0.35% | - |
| HSV(B) | 4.55º | 0.55% | 0.47% | - |
| XYZ | 10.19 | 7.57 | 4.54 | - |
| YUV | 77.67 | 115.21 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 55 | 0 | 0.50 | 0.55 | 0.53 | 4.55 | 0.38 | 0.35 |
| Hex | 79 | 3C | 37 | 0 | 32 | 37 | 35 | 5 | 26 | 23 |
| Octal | 171 | 74 | 67 | 0 | 62 | 67 | 65 | 5 | 46 | 43 |
| Binary | 1111001 | 111100 | 110111 | 0 | 110010 | 110111 | 110101 | 101 | 100110 | 100011 |
Color Harmonies of #793C37
Complementary color
Monochromatic Colors of #793C37
Black with #793C37
Text Example
Text Example
White with #793C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793C37; }
p { color: rgb(121,60,55); }
H1.HeaderClassName
{
color: #793C37;
}
.AnyTagClassName
{
color: #793C37;
}
</style>
background-color css
<style>
a { background-color: #793C37; }
a { background-color: rgb(121,60,55); }
div.DivClassName
{
background-color: #793C37;
}
.BgClassName
{
background-color: #793C37;
}
</style>
border-color css
<style>
span { border-color: #793C37; }
span { border-color: rgb(121,60,55); }
td.TdClassName
{
border-color: #793C37;
}
.TagClassName
{
border-color: #793C37;
}
</style>