Shades of Crown Of Thorns #723C35
Tints of Crown Of Thorns #723C35
RGB
CMYK
RGB Variations
Color information
#723C35 (or 0x723C35) is known color: Crown Of Thorns. HEX triplet: 72, 3C and 35. RGB value is (114,60,53). Sum of RGB (Red+Green+Blue) = 114+60+53=227 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50.22% from 227); Green value is 60 (23.83% from 255 or 26.43% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 114 - color contains mainly: red. Hex color #723C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #723C35 is #8DC3CA. Grayscale: #4B4B4B. Windows color (decimal): -9290699 or 3488882. OLE color: 3488882.
HSL color Cylindrical-coordinate representation of color #723C35: hue angle of 6.89º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #723C35 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 60 | 53 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.55 |
| HSL | 6.89º | 0.37% | 0.33% | - |
| HSV(B) | 6.89º | 0.54% | 0.45% | - |
| XYZ | 9.2 | 7.07 | 4.25 | - |
| YUV | 75.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 60 | 53 | 0 | 0.47 | 0.54 | 0.55 | 6.89 | 0.37 | 0.33 |
| Hex | 72 | 3C | 35 | 0 | 2F | 36 | 37 | 7 | 25 | 21 |
| Octal | 162 | 74 | 65 | 0 | 57 | 66 | 67 | 7 | 45 | 41 |
| Binary | 1110010 | 111100 | 110101 | 0 | 101111 | 110110 | 110111 | 111 | 100101 | 100001 |
Color Harmonies of #723C35
Complementary color
Monochromatic Colors of #723C35
Black with #723C35
Text Example
Text Example
White with #723C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #723C35; }
p { color: rgb(114,60,53); }
H1.HeaderClassName
{
color: #723C35;
}
.AnyTagClassName
{
color: #723C35;
}
</style>
background-color css
<style>
a { background-color: #723C35; }
a { background-color: rgb(114,60,53); }
div.DivClassName
{
background-color: #723C35;
}
.BgClassName
{
background-color: #723C35;
}
</style>
border-color css
<style>
span { border-color: #723C35; }
span { border-color: rgb(114,60,53); }
td.TdClassName
{
border-color: #723C35;
}
.TagClassName
{
border-color: #723C35;
}
</style>