Shades of Crown Of Thorns #7C3A35
Tints of Crown Of Thorns #7C3A35
RGB
CMYK
RGB Variations
Color information
#7C3A35 (or 0x7C3A35) is known color: Crown Of Thorns. HEX triplet: 7C, 3A and 35. RGB value is (124,58,53). Sum of RGB (Red+Green+Blue) = 124+58+53=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3A35 is #83C5CA. Grayscale: #4D4D4D. Windows color (decimal): -8635851 or 3488380. OLE color: 3488380.
HSL color Cylindrical-coordinate representation of color #7C3A35: hue angle of 4.23º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C3A35 is Cyan = 0, Magento = 0.53, Yellow = 0.57 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 58 | 53 | - |
| CMYK | 0 | 0.53 | 0.57 | 0.51 |
| HSL | 4.23º | 0.4% | 0.35% | - |
| HSV(B) | 4.23º | 0.57% | 0.49% | - |
| XYZ | 10.47 | 7.57 | 4.28 | - |
| YUV | 77.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 58 | 53 | 0 | 0.53 | 0.57 | 0.51 | 4.23 | 0.4 | 0.35 |
| Hex | 7C | 3A | 35 | 0 | 35 | 39 | 33 | 4 | 28 | 23 |
| Octal | 174 | 72 | 65 | 0 | 65 | 71 | 63 | 4 | 50 | 43 |
| Binary | 1111100 | 111010 | 110101 | 0 | 110101 | 111001 | 110011 | 100 | 101000 | 100011 |
Color Harmonies of #7C3A35
Complementary color
Monochromatic Colors of #7C3A35
Black with #7C3A35
Text Example
Text Example
White with #7C3A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3A35; }
p { color: rgb(124,58,53); }
H1.HeaderClassName
{
color: #7C3A35;
}
.AnyTagClassName
{
color: #7C3A35;
}
</style>
background-color css
<style>
a { background-color: #7C3A35; }
a { background-color: rgb(124,58,53); }
div.DivClassName
{
background-color: #7C3A35;
}
.BgClassName
{
background-color: #7C3A35;
}
</style>
border-color css
<style>
span { border-color: #7C3A35; }
span { border-color: rgb(124,58,53); }
td.TdClassName
{
border-color: #7C3A35;
}
.TagClassName
{
border-color: #7C3A35;
}
</style>