Shades of Maroon #7B0E02
Tints of Maroon #7B0E02
RGB
CMYK
RGB Variations
Color information
#7B0E02 (or 0x7B0E02) is known color: Maroon. HEX triplet: 7B, 0E and 02. RGB value is (123,14,2). Sum of RGB (Red+Green+Blue) = 123+14+2=139 (18% of max value = 765). Red value is 123 (48.44% from 255 or 88.49% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0E02 is #84F1FD. Grayscale: #2D2D2D. Windows color (decimal): -8712702 or 134779. OLE color: 134779.
HSL color Cylindrical-coordinate representation of color #7B0E02: hue angle of 5.95º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7B0E02 is Cyan = 0, Magento = 0.89, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 14 | 2 | - |
| CMYK | 0 | 0.89 | 0.98 | 0.52 |
| HSL | 5.95º | 0.97% | 0.25% | - |
| HSV(B) | 5.95º | 0.98% | 0.48% | - |
| XYZ | 8.34 | 4.53 | 0.49 | - |
| YUV | 45.22 | 103.61 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 14 | 2 | 0 | 0.89 | 0.98 | 0.52 | 5.95 | 0.97 | 0.25 |
| Hex | 7B | E | 2 | 0 | 59 | 62 | 34 | 6 | 61 | 19 |
| Octal | 173 | 16 | 2 | 0 | 131 | 142 | 64 | 6 | 141 | 31 |
| Binary | 1111011 | 1110 | 10 | 0 | 1011001 | 1100010 | 110100 | 110 | 1100001 | 11001 |
Color Harmonies of #7B0E02
Complementary color
Monochromatic Colors of #7B0E02
Black with #7B0E02
Text Example
Text Example
White with #7B0E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0E02; }
p { color: rgb(123,14,2); }
H1.HeaderClassName
{
color: #7B0E02;
}
.AnyTagClassName
{
color: #7B0E02;
}
</style>
background-color css
<style>
a { background-color: #7B0E02; }
a { background-color: rgb(123,14,2); }
div.DivClassName
{
background-color: #7B0E02;
}
.BgClassName
{
background-color: #7B0E02;
}
</style>
border-color css
<style>
span { border-color: #7B0E02; }
span { border-color: rgb(123,14,2); }
td.TdClassName
{
border-color: #7B0E02;
}
.TagClassName
{
border-color: #7B0E02;
}
</style>