Shades of Crown Of Thorns #7C3B2D
Tints of Crown Of Thorns #7C3B2D
RGB
CMYK
RGB Variations
Color information
#7C3B2D (or 0x7C3B2D) is known color: Crown Of Thorns. HEX triplet: 7C, 3B and 2D. RGB value is (124,59,45). Sum of RGB (Red+Green+Blue) = 124+59+45=228 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.39% from 228); Green value is 59 (23.44% from 255 or 25.88% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3B2D is #83C4D2. Grayscale: #4C4C4C. Windows color (decimal): -8635603 or 2964348. OLE color: 2964348.
HSL color Cylindrical-coordinate representation of color #7C3B2D: hue angle of 10.63º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7C3B2D is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 59 | 45 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.51 |
| HSL | 10.63º | 0.47% | 0.33% | - |
| HSV(B) | 10.63º | 0.64% | 0.49% | - |
| XYZ | 10.35 | 7.6 | 3.4 | - |
| YUV | 76.84 | 110.03 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 59 | 45 | 0 | 0.52 | 0.64 | 0.51 | 10.63 | 0.47 | 0.33 |
| Hex | 7C | 3B | 2D | 0 | 34 | 40 | 33 | B | 2F | 21 |
| Octal | 174 | 73 | 55 | 0 | 64 | 100 | 63 | 13 | 57 | 41 |
| Binary | 1111100 | 111011 | 101101 | 0 | 110100 | 1000000 | 110011 | 1011 | 101111 | 100001 |
Color Harmonies of #7C3B2D
Complementary color
Monochromatic Colors of #7C3B2D
Black with #7C3B2D
Text Example
Text Example
White with #7C3B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3B2D; }
p { color: rgb(124,59,45); }
H1.HeaderClassName
{
color: #7C3B2D;
}
.AnyTagClassName
{
color: #7C3B2D;
}
</style>
background-color css
<style>
a { background-color: #7C3B2D; }
a { background-color: rgb(124,59,45); }
div.DivClassName
{
background-color: #7C3B2D;
}
.BgClassName
{
background-color: #7C3B2D;
}
</style>
border-color css
<style>
span { border-color: #7C3B2D; }
span { border-color: rgb(124,59,45); }
td.TdClassName
{
border-color: #7C3B2D;
}
.TagClassName
{
border-color: #7C3B2D;
}
</style>