Shades of Crown Of Thorns #7D3731
Tints of Crown Of Thorns #7D3731
RGB
CMYK
RGB Variations
Color information
#7D3731 (or 0x7D3731) is known color: Crown Of Thorns. HEX triplet: 7D, 37 and 31. RGB value is (125,55,49). Sum of RGB (Red+Green+Blue) = 125+55+49=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 55 (21.88% from 255 or 24.02% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3731 is #82C8CE. Grayscale: #4B4B4B. Windows color (decimal): -8571087 or 3225469. OLE color: 3225469.
HSL color Cylindrical-coordinate representation of color #7D3731: hue angle of 4.74º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3731 is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 49 | - |
| CMYK | 0 | 0.56 | 0.61 | 0.51 |
| HSL | 4.74º | 0.44% | 0.34% | - |
| HSV(B) | 4.74º | 0.61% | 0.49% | - |
| XYZ | 10.38 | 7.31 | 3.77 | - |
| YUV | 75.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 49 | 0 | 0.56 | 0.61 | 0.51 | 4.74 | 0.44 | 0.34 |
| Hex | 7D | 37 | 31 | 0 | 38 | 3D | 33 | 5 | 2C | 22 |
| Octal | 175 | 67 | 61 | 0 | 70 | 75 | 63 | 5 | 54 | 42 |
| Binary | 1111101 | 110111 | 110001 | 0 | 111000 | 111101 | 110011 | 101 | 101100 | 100010 |
Color Harmonies of #7D3731
Complementary color
Monochromatic Colors of #7D3731
Black with #7D3731
Text Example
Text Example
White with #7D3731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3731; }
p { color: rgb(125,55,49); }
H1.HeaderClassName
{
color: #7D3731;
}
.AnyTagClassName
{
color: #7D3731;
}
</style>
background-color css
<style>
a { background-color: #7D3731; }
a { background-color: rgb(125,55,49); }
div.DivClassName
{
background-color: #7D3731;
}
.BgClassName
{
background-color: #7D3731;
}
</style>
border-color css
<style>
span { border-color: #7D3731; }
span { border-color: rgb(125,55,49); }
td.TdClassName
{
border-color: #7D3731;
}
.TagClassName
{
border-color: #7D3731;
}
</style>