Shades of Crown Of Thorns #7A3929
Tints of Crown Of Thorns #7A3929
RGB
CMYK
RGB Variations
Color information
#7A3929 (or 0x7A3929) is known color: Crown Of Thorns. HEX triplet: 7A, 39 and 29. RGB value is (122,57,41). Sum of RGB (Red+Green+Blue) = 122+57+41=220 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.45% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3929 is #85C6D6. Grayscale: #4A4A4A. Windows color (decimal): -8767191 or 2701690. OLE color: 2701690.
HSL color Cylindrical-coordinate representation of color #7A3929: hue angle of 11.85º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A3929 is Cyan = 0, Magento = 0.53, Yellow = 0.66 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 57 | 41 | - |
| CMYK | 0 | 0.53 | 0.66 | 0.52 |
| HSL | 11.85º | 0.5% | 0.32% | - |
| HSV(B) | 11.85º | 0.66% | 0.48% | - |
| XYZ | 9.89 | 7.22 | 2.97 | - |
| YUV | 74.61 | 109.03 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 57 | 41 | 0 | 0.53 | 0.66 | 0.52 | 11.85 | 0.5 | 0.32 |
| Hex | 7A | 39 | 29 | 0 | 35 | 42 | 34 | C | 32 | 20 |
| Octal | 172 | 71 | 51 | 0 | 65 | 102 | 64 | 14 | 62 | 40 |
| Binary | 1111010 | 111001 | 101001 | 0 | 110101 | 1000010 | 110100 | 1100 | 110010 | 100000 |
Color Harmonies of #7A3929
Complementary color
Monochromatic Colors of #7A3929
Black with #7A3929
Text Example
Text Example
White with #7A3929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3929; }
p { color: rgb(122,57,41); }
H1.HeaderClassName
{
color: #7A3929;
}
.AnyTagClassName
{
color: #7A3929;
}
</style>
background-color css
<style>
a { background-color: #7A3929; }
a { background-color: rgb(122,57,41); }
div.DivClassName
{
background-color: #7A3929;
}
.BgClassName
{
background-color: #7A3929;
}
</style>
border-color css
<style>
span { border-color: #7A3929; }
span { border-color: rgb(122,57,41); }
td.TdClassName
{
border-color: #7A3929;
}
.TagClassName
{
border-color: #7A3929;
}
</style>