Shades of Crown Of Thorns #7D3A2C
Tints of Crown Of Thorns #7D3A2C
RGB
CMYK
RGB Variations
Color information
#7D3A2C (or 0x7D3A2C) is known color: Crown Of Thorns. HEX triplet: 7D, 3A and 2C. RGB value is (125,58,44). Sum of RGB (Red+Green+Blue) = 125+58+44=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 58 (23.05% from 255 or 25.55% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3A2C is #82C5D3. Grayscale: #4C4C4C. Windows color (decimal): -8570324 or 2898557. OLE color: 2898557.
HSL color Cylindrical-coordinate representation of color #7D3A2C: hue angle of 10.37º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7D3A2C is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 58 | 44 | - |
| CMYK | 0 | 0.54 | 0.65 | 0.51 |
| HSL | 10.37º | 0.48% | 0.33% | - |
| HSV(B) | 10.37º | 0.65% | 0.49% | - |
| XYZ | 10.43 | 7.57 | 3.29 | - |
| YUV | 76.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 58 | 44 | 0 | 0.54 | 0.65 | 0.51 | 10.37 | 0.48 | 0.33 |
| Hex | 7D | 3A | 2C | 0 | 36 | 41 | 33 | A | 30 | 21 |
| Octal | 175 | 72 | 54 | 0 | 66 | 101 | 63 | 12 | 60 | 41 |
| Binary | 1111101 | 111010 | 101100 | 0 | 110110 | 1000001 | 110011 | 1010 | 110000 | 100001 |
Color Harmonies of #7D3A2C
Complementary color
Monochromatic Colors of #7D3A2C
Black with #7D3A2C
Text Example
Text Example
White with #7D3A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3A2C; }
p { color: rgb(125,58,44); }
H1.HeaderClassName
{
color: #7D3A2C;
}
.AnyTagClassName
{
color: #7D3A2C;
}
</style>
background-color css
<style>
a { background-color: #7D3A2C; }
a { background-color: rgb(125,58,44); }
div.DivClassName
{
background-color: #7D3A2C;
}
.BgClassName
{
background-color: #7D3A2C;
}
</style>
border-color css
<style>
span { border-color: #7D3A2C; }
span { border-color: rgb(125,58,44); }
td.TdClassName
{
border-color: #7D3A2C;
}
.TagClassName
{
border-color: #7D3A2C;
}
</style>