Shades of Crown Of Thorns #713B36
Tints of Crown Of Thorns #713B36
RGB
CMYK
RGB Variations
Color information
#713B36 (or 0x713B36) is known color: Crown Of Thorns. HEX triplet: 71, 3B and 36. RGB value is (113,59,54). Sum of RGB (Red+Green+Blue) = 113+59+54=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 59 (23.44% from 255 or 26.11% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #713B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #713B36 is #8EC4C9. Grayscale: #4A4A4A. Windows color (decimal): -9356490 or 3554161. OLE color: 3554161.
HSL color Cylindrical-coordinate representation of color #713B36: hue angle of 5.08º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #713B36 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 59 | 54 | - |
| CMYK | 0 | 0.48 | 0.52 | 0.56 |
| HSL | 5.08º | 0.35% | 0.33% | - |
| HSV(B) | 5.08º | 0.52% | 0.44% | - |
| XYZ | 9.04 | 6.9 | 4.35 | - |
| YUV | 74.58 | 116.39 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 59 | 54 | 0 | 0.48 | 0.52 | 0.56 | 5.08 | 0.35 | 0.33 |
| Hex | 71 | 3B | 36 | 0 | 30 | 34 | 38 | 5 | 23 | 21 |
| Octal | 161 | 73 | 66 | 0 | 60 | 64 | 70 | 5 | 43 | 41 |
| Binary | 1110001 | 111011 | 110110 | 0 | 110000 | 110100 | 111000 | 101 | 100011 | 100001 |
Color Harmonies of #713B36
Complementary color
Monochromatic Colors of #713B36
Black with #713B36
Text Example
Text Example
White with #713B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #713B36; }
p { color: rgb(113,59,54); }
H1.HeaderClassName
{
color: #713B36;
}
.AnyTagClassName
{
color: #713B36;
}
</style>
background-color css
<style>
a { background-color: #713B36; }
a { background-color: rgb(113,59,54); }
div.DivClassName
{
background-color: #713B36;
}
.BgClassName
{
background-color: #713B36;
}
</style>
border-color css
<style>
span { border-color: #713B36; }
span { border-color: rgb(113,59,54); }
td.TdClassName
{
border-color: #713B36;
}
.TagClassName
{
border-color: #713B36;
}
</style>