Shades of Crown Of Thorns #7D3A32
Tints of Crown Of Thorns #7D3A32
RGB
CMYK
RGB Variations
Color information
#7D3A32 (or 0x7D3A32) is known color: Crown Of Thorns. HEX triplet: 7D, 3A and 32. RGB value is (125,58,50). Sum of RGB (Red+Green+Blue) = 125+58+50=233 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.65% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3A32 is #82C5CD. Grayscale: #4D4D4D. Windows color (decimal): -8570318 or 3291773. OLE color: 3291773.
HSL color Cylindrical-coordinate representation of color #7D3A32: hue angle of 6.4º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D3A32 is Cyan = 0, Magento = 0.54, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 58 | 50 | - |
| CMYK | 0 | 0.54 | 0.60 | 0.51 |
| HSL | 6.4º | 0.43% | 0.34% | - |
| HSV(B) | 6.4º | 0.6% | 0.49% | - |
| XYZ | 10.55 | 7.62 | 3.93 | - |
| YUV | 77.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 50 | 0 | 0.54 | 0.60 | 0.51 | 6.4 | 0.43 | 0.34 |
| Hex | 7D | 3A | 32 | 0 | 36 | 3C | 33 | 6 | 2B | 22 |
| Octal | 175 | 72 | 62 | 0 | 66 | 74 | 63 | 6 | 53 | 42 |
| Binary | 1111101 | 111010 | 110010 | 0 | 110110 | 111100 | 110011 | 110 | 101011 | 100010 |
Color Harmonies of #7D3A32
Complementary color
Monochromatic Colors of #7D3A32
Black with #7D3A32
Text Example
Text Example
White with #7D3A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3A32; }
p { color: rgb(125,58,50); }
H1.HeaderClassName
{
color: #7D3A32;
}
.AnyTagClassName
{
color: #7D3A32;
}
</style>
background-color css
<style>
a { background-color: #7D3A32; }
a { background-color: rgb(125,58,50); }
div.DivClassName
{
background-color: #7D3A32;
}
.BgClassName
{
background-color: #7D3A32;
}
</style>
border-color css
<style>
span { border-color: #7D3A32; }
span { border-color: rgb(125,58,50); }
td.TdClassName
{
border-color: #7D3A32;
}
.TagClassName
{
border-color: #7D3A32;
}
</style>