Shades of Maroon #7B1200
Tints of Maroon #7B1200
RGB
CMYK
RGB Variations
Color information
#7B1200 (or 0x7B1200) is known color: Maroon. HEX triplet: 7B, 12 and 00. RGB value is (123,18,0). Sum of RGB (Red+Green+Blue) = 123+18+0=141 (18% of max value = 765). Red value is 123 (48.44% from 255 or 87.23% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1200 is #84EDFF. Grayscale: #2F2F2F. Windows color (decimal): -8711680 or 4731. OLE color: 4731.
HSL color Cylindrical-coordinate representation of color #7B1200: hue angle of 8.78º 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 #7B1200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.52 |
| HSL | 8.78º | 1% | 0.24% | - |
| HSV(B) | 8.78º | 1% | 0.48% | - |
| XYZ | 8.38 | 4.64 | 0.45 | - |
| YUV | 47.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 0 | 0 | 0.85 | 1 | 0.52 | 8.78 | 1 | 0.24 |
| Hex | 7B | 12 | 0 | 0 | 55 | 64 | 34 | 9 | 64 | 18 |
| Octal | 173 | 22 | 0 | 0 | 125 | 144 | 64 | 11 | 144 | 30 |
| Binary | 1111011 | 10010 | 0 | 0 | 1010101 | 1100100 | 110100 | 1001 | 1100100 | 11000 |
Color Harmonies of #7B1200
Complementary color
Monochromatic Colors of #7B1200
Black with #7B1200
Text Example
Text Example
White with #7B1200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1200; }
p { color: rgb(123,18,0); }
H1.HeaderClassName
{
color: #7B1200;
}
.AnyTagClassName
{
color: #7B1200;
}
</style>
background-color css
<style>
a { background-color: #7B1200; }
a { background-color: rgb(123,18,0); }
div.DivClassName
{
background-color: #7B1200;
}
.BgClassName
{
background-color: #7B1200;
}
</style>
border-color css
<style>
span { border-color: #7B1200; }
span { border-color: rgb(123,18,0); }
td.TdClassName
{
border-color: #7B1200;
}
.TagClassName
{
border-color: #7B1200;
}
</style>