Shades of Maroon #7F0605
Tints of Maroon #7F0605
RGB
CMYK
RGB Variations
Color information
#7F0605 (or 0x7F0605) is known color: Maroon. HEX triplet: 7F, 06 and 05. RGB value is (127,6,5). Sum of RGB (Red+Green+Blue) = 127+6+5=138 (18% of max value = 765). Red value is 127 (50% from 255 or 92.03% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 5 (2.34% from 255 or 3.62% from 138); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F0605 is #80F9FA. Grayscale: #2A2A2A. Windows color (decimal): -8452603 or 329343. OLE color: 329343.
HSL color Cylindrical-coordinate representation of color #7F0605: hue angle of 0.49º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F0605 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 6 | 5 | - |
| CMYK | 0 | 0.95 | 0.96 | 0.50 |
| HSL | 0.49º | 0.92% | 0.26% | - |
| HSV(B) | 0.49º | 0.96% | 0.5% | - |
| XYZ | 8.84 | 4.65 | 0.58 | - |
| YUV | 42.07 | 107.09 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 6 | 5 | 0 | 0.95 | 0.96 | 0.50 | 0.49 | 0.92 | 0.26 |
| Hex | 7F | 6 | 5 | 0 | 5F | 60 | 32 | 0 | 5C | 1A |
| Octal | 177 | 6 | 5 | 0 | 137 | 140 | 62 | 0 | 134 | 32 |
| Binary | 1111111 | 110 | 101 | 0 | 1011111 | 1100000 | 110010 | 0 | 1011100 | 11010 |
Color Harmonies of #7F0605
Complementary color
Monochromatic Colors of #7F0605
Black with #7F0605
Text Example
Text Example
White with #7F0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0605; }
p { color: rgb(127,6,5); }
H1.HeaderClassName
{
color: #7F0605;
}
.AnyTagClassName
{
color: #7F0605;
}
</style>
background-color css
<style>
a { background-color: #7F0605; }
a { background-color: rgb(127,6,5); }
div.DivClassName
{
background-color: #7F0605;
}
.BgClassName
{
background-color: #7F0605;
}
</style>
border-color css
<style>
span { border-color: #7F0605; }
span { border-color: rgb(127,6,5); }
td.TdClassName
{
border-color: #7F0605;
}
.TagClassName
{
border-color: #7F0605;
}
</style>