Shades of Crown Of Thorns #733F39
Tints of Crown Of Thorns #733F39
RGB
CMYK
RGB Variations
Color information
#733F39 (or 0x733F39) is known color: Crown Of Thorns. HEX triplet: 73, 3F and 39. RGB value is (115,63,57). Sum of RGB (Red+Green+Blue) = 115+63+57=235 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.94% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 57 (22.66% from 255 or 24.26% from 235); Max value from RGB is 115 - color contains mainly: red. Hex color #733F39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F39 is #8CC0C6. Grayscale: #4D4D4D. Windows color (decimal): -9224391 or 3751795. OLE color: 3751795.
HSL color Cylindrical-coordinate representation of color #733F39: hue angle of 6.21º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #733F39 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 63 | 57 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.55 |
| HSL | 6.21º | 0.34% | 0.34% | - |
| HSV(B) | 6.21º | 0.5% | 0.45% | - |
| XYZ | 9.59 | 7.5 | 4.81 | - |
| YUV | 77.86 | 116.23 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 63 | 57 | 0 | 0.45 | 0.50 | 0.55 | 6.21 | 0.34 | 0.34 |
| Hex | 73 | 3F | 39 | 0 | 2D | 32 | 37 | 6 | 22 | 22 |
| Octal | 163 | 77 | 71 | 0 | 55 | 62 | 67 | 6 | 42 | 42 |
| Binary | 1110011 | 111111 | 111001 | 0 | 101101 | 110010 | 110111 | 110 | 100010 | 100010 |
Color Harmonies of #733F39
Complementary color
Monochromatic Colors of #733F39
Black with #733F39
Text Example
Text Example
White with #733F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733F39; }
p { color: rgb(115,63,57); }
H1.HeaderClassName
{
color: #733F39;
}
.AnyTagClassName
{
color: #733F39;
}
</style>
background-color css
<style>
a { background-color: #733F39; }
a { background-color: rgb(115,63,57); }
div.DivClassName
{
background-color: #733F39;
}
.BgClassName
{
background-color: #733F39;
}
</style>
border-color css
<style>
span { border-color: #733F39; }
span { border-color: rgb(115,63,57); }
td.TdClassName
{
border-color: #733F39;
}
.TagClassName
{
border-color: #733F39;
}
</style>