Shades of Maroon #7A0B01
Tints of Maroon #7A0B01
RGB
CMYK
RGB Variations
Color information
#7A0B01 (or 0x7A0B01) is known color: Maroon. HEX triplet: 7A, 0B and 01. RGB value is (122,11,1). Sum of RGB (Red+Green+Blue) = 122+11+1=134 (17% of max value = 765). Red value is 122 (48.05% from 255 or 91.04% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7A0B01 is #85F4FE. Grayscale: #2B2B2B. Windows color (decimal): -8779007 or 68474. OLE color: 68474.
HSL color Cylindrical-coordinate representation of color #7A0B01: hue angle of 4.96º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A0B01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 11 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.52 |
| HSL | 4.96º | 0.98% | 0.24% | - |
| HSV(B) | 4.96º | 0.99% | 0.48% | - |
| XYZ | 8.15 | 4.38 | 0.44 | - |
| YUV | 43.05 | 104.27 | 184.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 11 | 1 | 0 | 0.91 | 0.99 | 0.52 | 4.96 | 0.98 | 0.24 |
| Hex | 7A | B | 1 | 0 | 5B | 63 | 34 | 5 | 62 | 18 |
| Octal | 172 | 13 | 1 | 0 | 133 | 143 | 64 | 5 | 142 | 30 |
| Binary | 1111010 | 1011 | 1 | 0 | 1011011 | 1100011 | 110100 | 101 | 1100010 | 11000 |
Color Harmonies of #7A0B01
Complementary color
Monochromatic Colors of #7A0B01
Black with #7A0B01
Text Example
Text Example
White with #7A0B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0B01; }
p { color: rgb(122,11,1); }
H1.HeaderClassName
{
color: #7A0B01;
}
.AnyTagClassName
{
color: #7A0B01;
}
</style>
background-color css
<style>
a { background-color: #7A0B01; }
a { background-color: rgb(122,11,1); }
div.DivClassName
{
background-color: #7A0B01;
}
.BgClassName
{
background-color: #7A0B01;
}
</style>
border-color css
<style>
span { border-color: #7A0B01; }
span { border-color: rgb(122,11,1); }
td.TdClassName
{
border-color: #7A0B01;
}
.TagClassName
{
border-color: #7A0B01;
}
</style>