Shades of Crown Of Thorns #793C36
Tints of Crown Of Thorns #793C36
RGB
CMYK
RGB Variations
Color information
#793C36 (or 0x793C36) is known color: Crown Of Thorns. HEX triplet: 79, 3C and 36. RGB value is (121,60,54). Sum of RGB (Red+Green+Blue) = 121+60+54=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #793C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C36 is #86C3C9. Grayscale: #4D4D4D. Windows color (decimal): -8831946 or 3554425. OLE color: 3554425.
HSL color Cylindrical-coordinate representation of color #793C36: hue angle of 5.37º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #793C36 is Cyan = 0, Magento = 0.50, Yellow = 0.55 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 60 | 54 | - |
| CMYK | 0 | 0.50 | 0.55 | 0.53 |
| HSL | 5.37º | 0.38% | 0.34% | - |
| HSV(B) | 5.37º | 0.55% | 0.47% | - |
| XYZ | 10.17 | 7.56 | 4.41 | - |
| YUV | 77.56 | 114.71 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 54 | 0 | 0.50 | 0.55 | 0.53 | 5.37 | 0.38 | 0.34 |
| Hex | 79 | 3C | 36 | 0 | 32 | 37 | 35 | 5 | 26 | 22 |
| Octal | 171 | 74 | 66 | 0 | 62 | 67 | 65 | 5 | 46 | 42 |
| Binary | 1111001 | 111100 | 110110 | 0 | 110010 | 110111 | 110101 | 101 | 100110 | 100010 |
Color Harmonies of #793C36
Complementary color
Monochromatic Colors of #793C36
Black with #793C36
Text Example
Text Example
White with #793C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793C36; }
p { color: rgb(121,60,54); }
H1.HeaderClassName
{
color: #793C36;
}
.AnyTagClassName
{
color: #793C36;
}
</style>
background-color css
<style>
a { background-color: #793C36; }
a { background-color: rgb(121,60,54); }
div.DivClassName
{
background-color: #793C36;
}
.BgClassName
{
background-color: #793C36;
}
</style>
border-color css
<style>
span { border-color: #793C36; }
span { border-color: rgb(121,60,54); }
td.TdClassName
{
border-color: #793C36;
}
.TagClassName
{
border-color: #793C36;
}
</style>