Shades of Maroon #7D0A02
Tints of Maroon #7D0A02
RGB
CMYK
RGB Variations
Color information
#7D0A02 (or 0x7D0A02) is known color: Maroon. HEX triplet: 7D, 0A and 02. RGB value is (125,10,2). Sum of RGB (Red+Green+Blue) = 125+10+2=137 (18% of max value = 765). Red value is 125 (49.22% from 255 or 91.24% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D0A02 is #82F5FD. Grayscale: #2B2B2B. Windows color (decimal): -8582654 or 133757. OLE color: 133757.
HSL color Cylindrical-coordinate representation of color #7D0A02: hue angle of 3.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D0A02 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 10 | 2 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.51 |
| HSL | 3.9º | 0.97% | 0.25% | - |
| HSV(B) | 3.9º | 0.98% | 0.49% | - |
| XYZ | 8.58 | 4.58 | 0.49 | - |
| YUV | 43.47 | 104.6 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 2 | 0 | 0.92 | 0.98 | 0.51 | 3.9 | 0.97 | 0.25 |
| Hex | 7D | A | 2 | 0 | 5C | 62 | 33 | 4 | 61 | 19 |
| Octal | 175 | 12 | 2 | 0 | 134 | 142 | 63 | 4 | 141 | 31 |
| Binary | 1111101 | 1010 | 10 | 0 | 1011100 | 1100010 | 110011 | 100 | 1100001 | 11001 |
Color Harmonies of #7D0A02
Complementary color
Monochromatic Colors of #7D0A02
Black with #7D0A02
Text Example
Text Example
White with #7D0A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0A02; }
p { color: rgb(125,10,2); }
H1.HeaderClassName
{
color: #7D0A02;
}
.AnyTagClassName
{
color: #7D0A02;
}
</style>
background-color css
<style>
a { background-color: #7D0A02; }
a { background-color: rgb(125,10,2); }
div.DivClassName
{
background-color: #7D0A02;
}
.BgClassName
{
background-color: #7D0A02;
}
</style>
border-color css
<style>
span { border-color: #7D0A02; }
span { border-color: rgb(125,10,2); }
td.TdClassName
{
border-color: #7D0A02;
}
.TagClassName
{
border-color: #7D0A02;
}
</style>