Shades of Maroon #7D1402
Tints of Maroon #7D1402
RGB
CMYK
RGB Variations
Color information
#7D1402 (or 0x7D1402) is known color: Maroon. HEX triplet: 7D, 14 and 02. RGB value is (125,20,2). Sum of RGB (Red+Green+Blue) = 125+20+2=147 (19% of max value = 765). Red value is 125 (49.22% from 255 or 85.03% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 2 (1.17% from 255 or 1.36% from 147); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7D1402 is #82EBFD. Grayscale: #313131. Windows color (decimal): -8580094 or 136317. OLE color: 136317.
HSL color Cylindrical-coordinate representation of color #7D1402: hue angle of 8.78º 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 #7D1402 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 20 | 2 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.51 |
| HSL | 8.78º | 0.97% | 0.25% | - |
| HSV(B) | 8.78º | 0.98% | 0.49% | - |
| XYZ | 8.72 | 4.86 | 0.54 | - |
| YUV | 49.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 20 | 2 | 0 | 0.84 | 0.98 | 0.51 | 8.78 | 0.97 | 0.25 |
| Hex | 7D | 14 | 2 | 0 | 54 | 62 | 33 | 9 | 61 | 19 |
| Octal | 175 | 24 | 2 | 0 | 124 | 142 | 63 | 11 | 141 | 31 |
| Binary | 1111101 | 10100 | 10 | 0 | 1010100 | 1100010 | 110011 | 1001 | 1100001 | 11001 |
Color Harmonies of #7D1402
Complementary color
Monochromatic Colors of #7D1402
Black with #7D1402
Text Example
Text Example
White with #7D1402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1402; }
p { color: rgb(125,20,2); }
H1.HeaderClassName
{
color: #7D1402;
}
.AnyTagClassName
{
color: #7D1402;
}
</style>
background-color css
<style>
a { background-color: #7D1402; }
a { background-color: rgb(125,20,2); }
div.DivClassName
{
background-color: #7D1402;
}
.BgClassName
{
background-color: #7D1402;
}
</style>
border-color css
<style>
span { border-color: #7D1402; }
span { border-color: rgb(125,20,2); }
td.TdClassName
{
border-color: #7D1402;
}
.TagClassName
{
border-color: #7D1402;
}
</style>