Shades of Maroon #7A0D08
Tints of Maroon #7A0D08
RGB
CMYK
RGB Variations
Color information
#7A0D08 (or 0x7A0D08) is known color: Maroon. HEX triplet: 7A, 0D and 08. RGB value is (122,13,8). Sum of RGB (Red+Green+Blue) = 122+13+8=143 (18% of max value = 765). Red value is 122 (48.05% from 255 or 85.31% from 143); Green value is 13 (5.47% from 255 or 9.09% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0D08 is #85F2F7. Grayscale: #2D2D2D. Windows color (decimal): -8778488 or 527738. OLE color: 527738.
HSL color Cylindrical-coordinate representation of color #7A0D08: hue angle of 2.63º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0D08 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 13 | 8 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.52 |
| HSL | 2.63º | 0.88% | 0.25% | - |
| HSV(B) | 2.63º | 0.93% | 0.48% | - |
| XYZ | 8.21 | 4.44 | 0.65 | - |
| YUV | 45.02 | 107.11 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 13 | 8 | 0 | 0.89 | 0.93 | 0.52 | 2.63 | 0.88 | 0.25 |
| Hex | 7A | D | 8 | 0 | 59 | 5D | 34 | 3 | 58 | 19 |
| Octal | 172 | 15 | 10 | 0 | 131 | 135 | 64 | 3 | 130 | 31 |
| Binary | 1111010 | 1101 | 1000 | 0 | 1011001 | 1011101 | 110100 | 11 | 1011000 | 11001 |
Color Harmonies of #7A0D08
Complementary color
Monochromatic Colors of #7A0D08
Black with #7A0D08
Text Example
Text Example
White with #7A0D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0D08; }
p { color: rgb(122,13,8); }
H1.HeaderClassName
{
color: #7A0D08;
}
.AnyTagClassName
{
color: #7A0D08;
}
</style>
background-color css
<style>
a { background-color: #7A0D08; }
a { background-color: rgb(122,13,8); }
div.DivClassName
{
background-color: #7A0D08;
}
.BgClassName
{
background-color: #7A0D08;
}
</style>
border-color css
<style>
span { border-color: #7A0D08; }
span { border-color: rgb(122,13,8); }
td.TdClassName
{
border-color: #7A0D08;
}
.TagClassName
{
border-color: #7A0D08;
}
</style>