Shades of Crown Of Thorns #7D3C2D
Tints of Crown Of Thorns #7D3C2D
RGB
CMYK
RGB Variations
Color information
#7D3C2D (or 0x7D3C2D) is known color: Crown Of Thorns. HEX triplet: 7D, 3C and 2D. RGB value is (125,60,45). Sum of RGB (Red+Green+Blue) = 125+60+45=230 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.35% from 230); Green value is 60 (23.83% from 255 or 26.09% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3C2D is #82C3D2. Grayscale: #4D4D4D. Windows color (decimal): -8569811 or 2964605. OLE color: 2964605.
HSL color Cylindrical-coordinate representation of color #7D3C2D: hue angle of 11.25º 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 #7D3C2D is Cyan = 0, Magento = 0.52, Yellow = 0.64 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 60 | 45 | - |
| CMYK | 0 | 0.52 | 0.64 | 0.51 |
| HSL | 11.25º | 0.47% | 0.33% | - |
| HSV(B) | 11.25º | 0.64% | 0.49% | - |
| XYZ | 10.55 | 7.78 | 3.43 | - |
| YUV | 77.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 60 | 45 | 0 | 0.52 | 0.64 | 0.51 | 11.25 | 0.47 | 0.33 |
| Hex | 7D | 3C | 2D | 0 | 34 | 40 | 33 | B | 2F | 21 |
| Octal | 175 | 74 | 55 | 0 | 64 | 100 | 63 | 13 | 57 | 41 |
| Binary | 1111101 | 111100 | 101101 | 0 | 110100 | 1000000 | 110011 | 1011 | 101111 | 100001 |
Color Harmonies of #7D3C2D
Complementary color
Monochromatic Colors of #7D3C2D
Black with #7D3C2D
Text Example
Text Example
White with #7D3C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3C2D; }
p { color: rgb(125,60,45); }
H1.HeaderClassName
{
color: #7D3C2D;
}
.AnyTagClassName
{
color: #7D3C2D;
}
</style>
background-color css
<style>
a { background-color: #7D3C2D; }
a { background-color: rgb(125,60,45); }
div.DivClassName
{
background-color: #7D3C2D;
}
.BgClassName
{
background-color: #7D3C2D;
}
</style>
border-color css
<style>
span { border-color: #7D3C2D; }
span { border-color: rgb(125,60,45); }
td.TdClassName
{
border-color: #7D3C2D;
}
.TagClassName
{
border-color: #7D3C2D;
}
</style>