Shades of Crown Of Thorns #7C3B31
Tints of Crown Of Thorns #7C3B31
RGB
CMYK
RGB Variations
Color information
#7C3B31 (or 0x7C3B31) is known color: Crown Of Thorns. HEX triplet: 7C, 3B and 31. RGB value is (124,59,49). Sum of RGB (Red+Green+Blue) = 124+59+49=232 (30% of max value = 765). Red value is 124 (48.83% from 255 or 53.45% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3B31 is #83C4CE. Grayscale: #4D4D4D. Windows color (decimal): -8635599 or 3226492. OLE color: 3226492.
HSL color Cylindrical-coordinate representation of color #7C3B31: hue angle of 8º 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 #7C3B31 is Cyan = 0, Magento = 0.52, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 59 | 49 | - |
| CMYK | 0 | 0.52 | 0.60 | 0.51 |
| HSL | 8º | 0.43% | 0.34% | - |
| HSV(B) | 8º | 0.6% | 0.49% | - |
| XYZ | 10.43 | 7.63 | 3.83 | - |
| YUV | 77.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 49 | 0 | 0.52 | 0.60 | 0.51 | 8 | 0.43 | 0.34 |
| Hex | 7C | 3B | 31 | 0 | 34 | 3C | 33 | 8 | 2B | 22 |
| Octal | 174 | 73 | 61 | 0 | 64 | 74 | 63 | 10 | 53 | 42 |
| Binary | 1111100 | 111011 | 110001 | 0 | 110100 | 111100 | 110011 | 1000 | 101011 | 100010 |
Color Harmonies of #7C3B31
Complementary color
Monochromatic Colors of #7C3B31
Black with #7C3B31
Text Example
Text Example
White with #7C3B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3B31; }
p { color: rgb(124,59,49); }
H1.HeaderClassName
{
color: #7C3B31;
}
.AnyTagClassName
{
color: #7C3B31;
}
</style>
background-color css
<style>
a { background-color: #7C3B31; }
a { background-color: rgb(124,59,49); }
div.DivClassName
{
background-color: #7C3B31;
}
.BgClassName
{
background-color: #7C3B31;
}
</style>
border-color css
<style>
span { border-color: #7C3B31; }
span { border-color: rgb(124,59,49); }
td.TdClassName
{
border-color: #7C3B31;
}
.TagClassName
{
border-color: #7C3B31;
}
</style>