Shades of Maroon #7F0601
Tints of Maroon #7F0601
RGB
CMYK
RGB Variations
Color information
#7F0601 (or 0x7F0601) is known color: Maroon. HEX triplet: 7F, 06 and 01. RGB value is (127,6,1). Sum of RGB (Red+Green+Blue) = 127+6+1=134 (17% of max value = 765). Red value is 127 (50% from 255 or 94.78% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0601 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0601 is #80F9FE. Grayscale: #292929. Windows color (decimal): -8452607 or 67199. OLE color: 67199.
HSL color Cylindrical-coordinate representation of color #7F0601: hue angle of 2.38º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0601 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 6 | 1 | - |
| CMYK | 0 | 0.95 | 0.99 | 0.50 |
| HSL | 2.38º | 0.98% | 0.25% | - |
| HSV(B) | 2.38º | 0.99% | 0.5% | - |
| XYZ | 8.82 | 4.64 | 0.46 | - |
| YUV | 41.61 | 105.09 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 1 | 0 | 0.95 | 0.99 | 0.50 | 2.38 | 0.98 | 0.25 |
| Hex | 7F | 6 | 1 | 0 | 5F | 63 | 32 | 2 | 62 | 19 |
| Octal | 177 | 6 | 1 | 0 | 137 | 143 | 62 | 2 | 142 | 31 |
| Binary | 1111111 | 110 | 1 | 0 | 1011111 | 1100011 | 110010 | 10 | 1100010 | 11001 |
Color Harmonies of #7F0601
Complementary color
Monochromatic Colors of #7F0601
Black with #7F0601
Text Example
Text Example
White with #7F0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0601; }
p { color: rgb(127,6,1); }
H1.HeaderClassName
{
color: #7F0601;
}
.AnyTagClassName
{
color: #7F0601;
}
</style>
background-color css
<style>
a { background-color: #7F0601; }
a { background-color: rgb(127,6,1); }
div.DivClassName
{
background-color: #7F0601;
}
.BgClassName
{
background-color: #7F0601;
}
</style>
border-color css
<style>
span { border-color: #7F0601; }
span { border-color: rgb(127,6,1); }
td.TdClassName
{
border-color: #7F0601;
}
.TagClassName
{
border-color: #7F0601;
}
</style>