Shades of Crown Of Thorns #733C31
Tints of Crown Of Thorns #733C31
RGB
CMYK
RGB Variations
Color information
#733C31 (or 0x733C31) is known color: Crown Of Thorns. HEX triplet: 73, 3C and 31. RGB value is (115,60,49). Sum of RGB (Red+Green+Blue) = 115+60+49=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #733C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C31 is #8CC3CE. Grayscale: #4B4B4B. Windows color (decimal): -9225167 or 3226739. OLE color: 3226739.
HSL color Cylindrical-coordinate representation of color #733C31: hue angle of 10º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #733C31 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 60 | 49 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.55 |
| HSL | 10º | 0.4% | 0.32% | - |
| HSV(B) | 10º | 0.57% | 0.45% | - |
| XYZ | 9.24 | 7.1 | 3.79 | - |
| YUV | 75.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 60 | 49 | 0 | 0.48 | 0.57 | 0.55 | 10 | 0.4 | 0.32 |
| Hex | 73 | 3C | 31 | 0 | 30 | 39 | 37 | A | 28 | 20 |
| Octal | 163 | 74 | 61 | 0 | 60 | 71 | 67 | 12 | 50 | 40 |
| Binary | 1110011 | 111100 | 110001 | 0 | 110000 | 111001 | 110111 | 1010 | 101000 | 100000 |
Color Harmonies of #733C31
Complementary color
Monochromatic Colors of #733C31
Black with #733C31
Text Example
Text Example
White with #733C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733C31; }
p { color: rgb(115,60,49); }
H1.HeaderClassName
{
color: #733C31;
}
.AnyTagClassName
{
color: #733C31;
}
</style>
background-color css
<style>
a { background-color: #733C31; }
a { background-color: rgb(115,60,49); }
div.DivClassName
{
background-color: #733C31;
}
.BgClassName
{
background-color: #733C31;
}
</style>
border-color css
<style>
span { border-color: #733C31; }
span { border-color: rgb(115,60,49); }
td.TdClassName
{
border-color: #733C31;
}
.TagClassName
{
border-color: #733C31;
}
</style>