Shades of Crown Of Thorns #7A3A38
Tints of Crown Of Thorns #7A3A38
RGB
CMYK
RGB Variations
Color information
#7A3A38 (or 0x7A3A38) is known color: Crown Of Thorns. HEX triplet: 7A, 3A and 38. RGB value is (122,58,56). Sum of RGB (Red+Green+Blue) = 122+58+56=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3A38 is #85C5C7. Grayscale: #4C4C4C. Windows color (decimal): -8766920 or 3684986. OLE color: 3684986.
HSL color Cylindrical-coordinate representation of color #7A3A38: hue angle of 1.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7A3A38 is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 58 | 56 | - |
| CMYK | 0 | 0.52 | 0.54 | 0.52 |
| HSL | 1.82º | 0.37% | 0.35% | - |
| HSV(B) | 1.82º | 0.54% | 0.48% | - |
| XYZ | 10.25 | 7.45 | 4.64 | - |
| YUV | 76.91 | 116.2 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 58 | 56 | 0 | 0.52 | 0.54 | 0.52 | 1.82 | 0.37 | 0.35 |
| Hex | 7A | 3A | 38 | 0 | 34 | 36 | 34 | 2 | 25 | 23 |
| Octal | 172 | 72 | 70 | 0 | 64 | 66 | 64 | 2 | 45 | 43 |
| Binary | 1111010 | 111010 | 111000 | 0 | 110100 | 110110 | 110100 | 10 | 100101 | 100011 |
Color Harmonies of #7A3A38
Complementary color
Monochromatic Colors of #7A3A38
Black with #7A3A38
Text Example
Text Example
White with #7A3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3A38; }
p { color: rgb(122,58,56); }
H1.HeaderClassName
{
color: #7A3A38;
}
.AnyTagClassName
{
color: #7A3A38;
}
</style>
background-color css
<style>
a { background-color: #7A3A38; }
a { background-color: rgb(122,58,56); }
div.DivClassName
{
background-color: #7A3A38;
}
.BgClassName
{
background-color: #7A3A38;
}
</style>
border-color css
<style>
span { border-color: #7A3A38; }
span { border-color: rgb(122,58,56); }
td.TdClassName
{
border-color: #7A3A38;
}
.TagClassName
{
border-color: #7A3A38;
}
</style>