Shades of Crown Of Thorns #7D3C33
Tints of Crown Of Thorns #7D3C33
RGB
CMYK
RGB Variations
Color information
#7D3C33 (or 0x7D3C33) is known color: Crown Of Thorns. HEX triplet: 7D, 3C and 33. RGB value is (125,60,51). Sum of RGB (Red+Green+Blue) = 125+60+51=236 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.97% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3C33 is #82C3CC. Grayscale: #4E4E4E. Windows color (decimal): -8569805 or 3357821. OLE color: 3357821.
HSL color Cylindrical-coordinate representation of color #7D3C33: hue angle of 7.3º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D3C33 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 51 | - |
| CMYK | 0 | 0.52 | 0.59 | 0.51 |
| HSL | 7.3º | 0.42% | 0.35% | - |
| HSV(B) | 7.3º | 0.59% | 0.49% | - |
| XYZ | 10.67 | 7.83 | 4.08 | - |
| YUV | 78.41 | 112.53 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 51 | 0 | 0.52 | 0.59 | 0.51 | 7.3 | 0.42 | 0.35 |
| Hex | 7D | 3C | 33 | 0 | 34 | 3B | 33 | 7 | 2A | 23 |
| Octal | 175 | 74 | 63 | 0 | 64 | 73 | 63 | 7 | 52 | 43 |
| Binary | 1111101 | 111100 | 110011 | 0 | 110100 | 111011 | 110011 | 111 | 101010 | 100011 |
Color Harmonies of #7D3C33
Complementary color
Monochromatic Colors of #7D3C33
Black with #7D3C33
Text Example
Text Example
White with #7D3C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C33; }
p { color: rgb(125,60,51); }
H1.HeaderClassName
{
color: #7D3C33;
}
.AnyTagClassName
{
color: #7D3C33;
}
</style>
background-color css
<style>
a { background-color: #7D3C33; }
a { background-color: rgb(125,60,51); }
div.DivClassName
{
background-color: #7D3C33;
}
.BgClassName
{
background-color: #7D3C33;
}
</style>
border-color css
<style>
span { border-color: #7D3C33; }
span { border-color: rgb(125,60,51); }
td.TdClassName
{
border-color: #7D3C33;
}
.TagClassName
{
border-color: #7D3C33;
}
</style>