Shades of Maroon #7E0B02
Tints of Maroon #7E0B02
RGB
CMYK
RGB Variations
Color information
#7E0B02 (or 0x7E0B02) is known color: Maroon. HEX triplet: 7E, 0B and 02. RGB value is (126,11,2). Sum of RGB (Red+Green+Blue) = 126+11+2=139 (18% of max value = 765). Red value is 126 (49.61% from 255 or 90.65% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0B02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7E0B02 is #81F4FD. Grayscale: #2C2C2C. Windows color (decimal): -8516862 or 134014. OLE color: 134014.
HSL color Cylindrical-coordinate representation of color #7E0B02: hue angle of 4.35º 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 #7E0B02 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 11 | 2 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.51 |
| HSL | 4.35º | 0.97% | 0.25% | - |
| HSV(B) | 4.35º | 0.98% | 0.49% | - |
| XYZ | 8.73 | 4.68 | 0.5 | - |
| YUV | 44.36 | 104.1 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 11 | 2 | 0 | 0.91 | 0.98 | 0.51 | 4.35 | 0.97 | 0.25 |
| Hex | 7E | B | 2 | 0 | 5B | 62 | 33 | 4 | 61 | 19 |
| Octal | 176 | 13 | 2 | 0 | 133 | 142 | 63 | 4 | 141 | 31 |
| Binary | 1111110 | 1011 | 10 | 0 | 1011011 | 1100010 | 110011 | 100 | 1100001 | 11001 |
Color Harmonies of #7E0B02
Complementary color
Monochromatic Colors of #7E0B02
Black with #7E0B02
Text Example
Text Example
White with #7E0B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0B02; }
p { color: rgb(126,11,2); }
H1.HeaderClassName
{
color: #7E0B02;
}
.AnyTagClassName
{
color: #7E0B02;
}
</style>
background-color css
<style>
a { background-color: #7E0B02; }
a { background-color: rgb(126,11,2); }
div.DivClassName
{
background-color: #7E0B02;
}
.BgClassName
{
background-color: #7E0B02;
}
</style>
border-color css
<style>
span { border-color: #7E0B02; }
span { border-color: rgb(126,11,2); }
td.TdClassName
{
border-color: #7E0B02;
}
.TagClassName
{
border-color: #7E0B02;
}
</style>