Shades of Maroon #7D0701
Tints of Maroon #7D0701
RGB
CMYK
RGB Variations
Color information
#7D0701 (or 0x7D0701) is known color: Maroon. HEX triplet: 7D, 07 and 01. RGB value is (125,7,1). Sum of RGB (Red+Green+Blue) = 125+7+1=133 (17% of max value = 765). Red value is 125 (49.22% from 255 or 93.98% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0701 is #82F8FE. Grayscale: #292929. Windows color (decimal): -8583423 or 67453. OLE color: 67453.
HSL color Cylindrical-coordinate representation of color #7D0701: hue angle of 2.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D0701 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 7 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.51 |
| HSL | 2.9º | 0.98% | 0.25% | - |
| HSV(B) | 2.9º | 0.99% | 0.49% | - |
| XYZ | 8.54 | 4.51 | 0.45 | - |
| YUV | 41.6 | 105.09 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 7 | 1 | 0 | 0.94 | 0.99 | 0.51 | 2.9 | 0.98 | 0.25 |
| Hex | 7D | 7 | 1 | 0 | 5E | 63 | 33 | 3 | 62 | 19 |
| Octal | 175 | 7 | 1 | 0 | 136 | 143 | 63 | 3 | 142 | 31 |
| Binary | 1111101 | 111 | 1 | 0 | 1011110 | 1100011 | 110011 | 11 | 1100010 | 11001 |
Color Harmonies of #7D0701
Complementary color
Monochromatic Colors of #7D0701
Black with #7D0701
Text Example
Text Example
White with #7D0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0701; }
p { color: rgb(125,7,1); }
H1.HeaderClassName
{
color: #7D0701;
}
.AnyTagClassName
{
color: #7D0701;
}
</style>
background-color css
<style>
a { background-color: #7D0701; }
a { background-color: rgb(125,7,1); }
div.DivClassName
{
background-color: #7D0701;
}
.BgClassName
{
background-color: #7D0701;
}
</style>
border-color css
<style>
span { border-color: #7D0701; }
span { border-color: rgb(125,7,1); }
td.TdClassName
{
border-color: #7D0701;
}
.TagClassName
{
border-color: #7D0701;
}
</style>