Shades of Crown Of Thorns #793C33
Tints of Crown Of Thorns #793C33
RGB
CMYK
RGB Variations
Color information
#793C33 (or 0x793C33) is known color: Crown Of Thorns. HEX triplet: 79, 3C and 33. RGB value is (121,60,51). Sum of RGB (Red+Green+Blue) = 121+60+51=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 60 (23.83% from 255 or 25.86% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #793C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #793C33 is #86C3CC. Grayscale: #4D4D4D. Windows color (decimal): -8831949 or 3357817. OLE color: 3357817.
HSL color Cylindrical-coordinate representation of color #793C33: hue angle of 7.71º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #793C33 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 60 | 51 | - |
| CMYK | 0 | 0.50 | 0.58 | 0.53 |
| HSL | 7.71º | 0.41% | 0.34% | - |
| HSV(B) | 7.71º | 0.58% | 0.47% | - |
| XYZ | 10.1 | 7.54 | 4.05 | - |
| YUV | 77.21 | 113.21 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 60 | 51 | 0 | 0.50 | 0.58 | 0.53 | 7.71 | 0.41 | 0.34 |
| Hex | 79 | 3C | 33 | 0 | 32 | 3A | 35 | 8 | 29 | 22 |
| Octal | 171 | 74 | 63 | 0 | 62 | 72 | 65 | 10 | 51 | 42 |
| Binary | 1111001 | 111100 | 110011 | 0 | 110010 | 111010 | 110101 | 1000 | 101001 | 100010 |
Color Harmonies of #793C33
Complementary color
Monochromatic Colors of #793C33
Black with #793C33
Text Example
Text Example
White with #793C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #793C33; }
p { color: rgb(121,60,51); }
H1.HeaderClassName
{
color: #793C33;
}
.AnyTagClassName
{
color: #793C33;
}
</style>
background-color css
<style>
a { background-color: #793C33; }
a { background-color: rgb(121,60,51); }
div.DivClassName
{
background-color: #793C33;
}
.BgClassName
{
background-color: #793C33;
}
</style>
border-color css
<style>
span { border-color: #793C33; }
span { border-color: rgb(121,60,51); }
td.TdClassName
{
border-color: #793C33;
}
.TagClassName
{
border-color: #793C33;
}
</style>