Shades of Maroon #7B1201
Tints of Maroon #7B1201
RGB
CMYK
RGB Variations
Color information
#7B1201 (or 0x7B1201) is known color: Maroon. HEX triplet: 7B, 12 and 01. RGB value is (123,18,1). Sum of RGB (Red+Green+Blue) = 123+18+1=142 (18% of max value = 765). Red value is 123 (48.44% from 255 or 86.62% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B1201 is #84EDFE. Grayscale: #2F2F2F. Windows color (decimal): -8711679 or 70267. OLE color: 70267.
HSL color Cylindrical-coordinate representation of color #7B1201: hue angle of 8.36º 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 #7B1201 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 18 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.52 |
| HSL | 8.36º | 0.98% | 0.24% | - |
| HSV(B) | 8.36º | 0.99% | 0.48% | - |
| XYZ | 8.39 | 4.65 | 0.48 | - |
| YUV | 47.46 | 101.79 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 18 | 1 | 0 | 0.85 | 0.99 | 0.52 | 8.36 | 0.98 | 0.24 |
| Hex | 7B | 12 | 1 | 0 | 55 | 63 | 34 | 8 | 62 | 18 |
| Octal | 173 | 22 | 1 | 0 | 125 | 143 | 64 | 10 | 142 | 30 |
| Binary | 1111011 | 10010 | 1 | 0 | 1010101 | 1100011 | 110100 | 1000 | 1100010 | 11000 |
Color Harmonies of #7B1201
Complementary color
Monochromatic Colors of #7B1201
Black with #7B1201
Text Example
Text Example
White with #7B1201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B1201; }
p { color: rgb(123,18,1); }
H1.HeaderClassName
{
color: #7B1201;
}
.AnyTagClassName
{
color: #7B1201;
}
</style>
background-color css
<style>
a { background-color: #7B1201; }
a { background-color: rgb(123,18,1); }
div.DivClassName
{
background-color: #7B1201;
}
.BgClassName
{
background-color: #7B1201;
}
</style>
border-color css
<style>
span { border-color: #7B1201; }
span { border-color: rgb(123,18,1); }
td.TdClassName
{
border-color: #7B1201;
}
.TagClassName
{
border-color: #7B1201;
}
</style>