Shades of Crown Of Thorns #733B2F
Tints of Crown Of Thorns #733B2F
RGB
CMYK
RGB Variations
Color information
#733B2F (or 0x733B2F) is known color: Crown Of Thorns. HEX triplet: 73, 3B and 2F. RGB value is (115,59,47). Sum of RGB (Red+Green+Blue) = 115+59+47=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #733B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B2F is #8CC4D0. Grayscale: #4A4A4A. Windows color (decimal): -9225425 or 3095411. OLE color: 3095411.
HSL color Cylindrical-coordinate representation of color #733B2F: hue angle of 10.59º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #733B2F is Cyan = 0, Magento = 0.49, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 59 | 47 | - |
| CMYK | 0 | 0.49 | 0.59 | 0.55 |
| HSL | 10.59º | 0.42% | 0.32% | - |
| HSV(B) | 10.59º | 0.59% | 0.45% | - |
| XYZ | 9.15 | 6.98 | 3.55 | - |
| YUV | 74.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 59 | 47 | 0 | 0.49 | 0.59 | 0.55 | 10.59 | 0.42 | 0.32 |
| Hex | 73 | 3B | 2F | 0 | 31 | 3B | 37 | B | 2A | 20 |
| Octal | 163 | 73 | 57 | 0 | 61 | 73 | 67 | 13 | 52 | 40 |
| Binary | 1110011 | 111011 | 101111 | 0 | 110001 | 111011 | 110111 | 1011 | 101010 | 100000 |
Color Harmonies of #733B2F
Complementary color
Monochromatic Colors of #733B2F
Black with #733B2F
Text Example
Text Example
White with #733B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733B2F; }
p { color: rgb(115,59,47); }
H1.HeaderClassName
{
color: #733B2F;
}
.AnyTagClassName
{
color: #733B2F;
}
</style>
background-color css
<style>
a { background-color: #733B2F; }
a { background-color: rgb(115,59,47); }
div.DivClassName
{
background-color: #733B2F;
}
.BgClassName
{
background-color: #733B2F;
}
</style>
border-color css
<style>
span { border-color: #733B2F; }
span { border-color: rgb(115,59,47); }
td.TdClassName
{
border-color: #733B2F;
}
.TagClassName
{
border-color: #733B2F;
}
</style>