Shades of Maroon #7D0904
Tints of Maroon #7D0904
RGB
CMYK
RGB Variations
Color information
#7D0904 (or 0x7D0904) is known color: Maroon. HEX triplet: 7D, 09 and 04. RGB value is (125,9,4). Sum of RGB (Red+Green+Blue) = 125+9+4=138 (18% of max value = 765). Red value is 125 (49.22% from 255 or 90.58% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0904 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0904 is #82F6FB. Grayscale: #2B2B2B. Windows color (decimal): -8582908 or 264573. OLE color: 264573.
HSL color Cylindrical-coordinate representation of color #7D0904: hue angle of 2.48º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D0904 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 4 | - |
| CMYK | 0 | 0.93 | 0.97 | 0.51 |
| HSL | 2.48º | 0.94% | 0.25% | - |
| HSV(B) | 2.48º | 0.97% | 0.49% | - |
| XYZ | 8.58 | 4.56 | 0.54 | - |
| YUV | 43.11 | 105.93 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 4 | 0 | 0.93 | 0.97 | 0.51 | 2.48 | 0.94 | 0.25 |
| Hex | 7D | 9 | 4 | 0 | 5D | 61 | 33 | 2 | 5E | 19 |
| Octal | 175 | 11 | 4 | 0 | 135 | 141 | 63 | 2 | 136 | 31 |
| Binary | 1111101 | 1001 | 100 | 0 | 1011101 | 1100001 | 110011 | 10 | 1011110 | 11001 |
Color Harmonies of #7D0904
Complementary color
Monochromatic Colors of #7D0904
Black with #7D0904
Text Example
Text Example
White with #7D0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0904; }
p { color: rgb(125,9,4); }
H1.HeaderClassName
{
color: #7D0904;
}
.AnyTagClassName
{
color: #7D0904;
}
</style>
background-color css
<style>
a { background-color: #7D0904; }
a { background-color: rgb(125,9,4); }
div.DivClassName
{
background-color: #7D0904;
}
.BgClassName
{
background-color: #7D0904;
}
</style>
border-color css
<style>
span { border-color: #7D0904; }
span { border-color: rgb(125,9,4); }
td.TdClassName
{
border-color: #7D0904;
}
.TagClassName
{
border-color: #7D0904;
}
</style>