Shades of Maroon #7D0907
Tints of Maroon #7D0907
RGB
CMYK
RGB Variations
Color information
#7D0907 (or 0x7D0907) is known color: Maroon. HEX triplet: 7D, 09 and 07. RGB value is (125,9,7). Sum of RGB (Red+Green+Blue) = 125+9+7=141 (18% of max value = 765). Red value is 125 (49.22% from 255 or 88.65% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 7 (3.12% from 255 or 4.96% from 141); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0907 is #82F6F8. Grayscale: #2B2B2B. Windows color (decimal): -8582905 or 461181. OLE color: 461181.
HSL color Cylindrical-coordinate representation of color #7D0907: hue angle of 1.02º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7D0907 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 9 | 7 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.51 |
| HSL | 1.02º | 0.89% | 0.26% | - |
| HSV(B) | 1.02º | 0.94% | 0.49% | - |
| XYZ | 8.59 | 4.57 | 0.63 | - |
| YUV | 43.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 9 | 7 | 0 | 0.93 | 0.94 | 0.51 | 1.02 | 0.89 | 0.26 |
| Hex | 7D | 9 | 7 | 0 | 5D | 5E | 33 | 1 | 59 | 1A |
| Octal | 175 | 11 | 7 | 0 | 135 | 136 | 63 | 1 | 131 | 32 |
| Binary | 1111101 | 1001 | 111 | 0 | 1011101 | 1011110 | 110011 | 1 | 1011001 | 11010 |
Color Harmonies of #7D0907
Complementary color
Monochromatic Colors of #7D0907
Black with #7D0907
Text Example
Text Example
White with #7D0907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0907; }
p { color: rgb(125,9,7); }
H1.HeaderClassName
{
color: #7D0907;
}
.AnyTagClassName
{
color: #7D0907;
}
</style>
background-color css
<style>
a { background-color: #7D0907; }
a { background-color: rgb(125,9,7); }
div.DivClassName
{
background-color: #7D0907;
}
.BgClassName
{
background-color: #7D0907;
}
</style>
border-color css
<style>
span { border-color: #7D0907; }
span { border-color: rgb(125,9,7); }
td.TdClassName
{
border-color: #7D0907;
}
.TagClassName
{
border-color: #7D0907;
}
</style>