Shades of Maroon #7F1303
Tints of Maroon #7F1303
RGB
CMYK
RGB Variations
Color information
#7F1303 (or 0x7F1303) is known color: Maroon. HEX triplet: 7F, 13 and 03. RGB value is (127,19,3). Sum of RGB (Red+Green+Blue) = 127+19+3=149 (19% of max value = 765). Red value is 127 (50% from 255 or 85.23% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 3 (1.56% from 255 or 2.01% from 149); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1303 is #80ECFC. Grayscale: #313131. Windows color (decimal): -8449277 or 201599. OLE color: 201599.
HSL color Cylindrical-coordinate representation of color #7F1303: hue angle of 7.74º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7F1303 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 19 | 3 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.50 |
| HSL | 7.74º | 0.95% | 0.25% | - |
| HSV(B) | 7.74º | 0.98% | 0.5% | - |
| XYZ | 9 | 4.98 | 0.57 | - |
| YUV | 49.47 | 101.78 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 19 | 3 | 0 | 0.85 | 0.98 | 0.50 | 7.74 | 0.95 | 0.25 |
| Hex | 7F | 13 | 3 | 0 | 55 | 62 | 32 | 8 | 5F | 19 |
| Octal | 177 | 23 | 3 | 0 | 125 | 142 | 62 | 10 | 137 | 31 |
| Binary | 1111111 | 10011 | 11 | 0 | 1010101 | 1100010 | 110010 | 1000 | 1011111 | 11001 |
Color Harmonies of #7F1303
Complementary color
Monochromatic Colors of #7F1303
Black with #7F1303
Text Example
Text Example
White with #7F1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1303; }
p { color: rgb(127,19,3); }
H1.HeaderClassName
{
color: #7F1303;
}
.AnyTagClassName
{
color: #7F1303;
}
</style>
background-color css
<style>
a { background-color: #7F1303; }
a { background-color: rgb(127,19,3); }
div.DivClassName
{
background-color: #7F1303;
}
.BgClassName
{
background-color: #7F1303;
}
</style>
border-color css
<style>
span { border-color: #7F1303; }
span { border-color: rgb(127,19,3); }
td.TdClassName
{
border-color: #7F1303;
}
.TagClassName
{
border-color: #7F1303;
}
</style>