Shades of Maroon #7A0600
Tints of Maroon #7A0600
RGB
CMYK
RGB Variations
Color information
#7A0600 (or 0x7A0600) is known color: Maroon. HEX triplet: 7A, 06 and 00. RGB value is (122,6,0). Sum of RGB (Red+Green+Blue) = 122+6+0=128 (16% of max value = 765). Red value is 122 (48.05% from 255 or 95.31% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0600 is #85F9FF. Grayscale: #282828. Windows color (decimal): -8780288 or 1658. OLE color: 1658.
HSL color Cylindrical-coordinate representation of color #7A0600: hue angle of 2.95º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0600 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 6 | 0 | - |
| CMYK | 0 | 0.95 | 1 | 0.52 |
| HSL | 2.95º | 1% | 0.24% | - |
| HSV(B) | 2.95º | 1% | 0.48% | - |
| XYZ | 8.09 | 4.27 | 0.4 | - |
| YUV | 40 | 105.43 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 6 | 0 | 0 | 0.95 | 1 | 0.52 | 2.95 | 1 | 0.24 |
| Hex | 7A | 6 | 0 | 0 | 5F | 64 | 34 | 3 | 64 | 18 |
| Octal | 172 | 6 | 0 | 0 | 137 | 144 | 64 | 3 | 144 | 30 |
| Binary | 1111010 | 110 | 0 | 0 | 1011111 | 1100100 | 110100 | 11 | 1100100 | 11000 |
Color Harmonies of #7A0600
Complementary color
Monochromatic Colors of #7A0600
Black with #7A0600
Text Example
Text Example
White with #7A0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0600; }
p { color: rgb(122,6,0); }
H1.HeaderClassName
{
color: #7A0600;
}
.AnyTagClassName
{
color: #7A0600;
}
</style>
background-color css
<style>
a { background-color: #7A0600; }
a { background-color: rgb(122,6,0); }
div.DivClassName
{
background-color: #7A0600;
}
.BgClassName
{
background-color: #7A0600;
}
</style>
border-color css
<style>
span { border-color: #7A0600; }
span { border-color: rgb(122,6,0); }
td.TdClassName
{
border-color: #7A0600;
}
.TagClassName
{
border-color: #7A0600;
}
</style>