Shades of Maroon #7B0602
Tints of Maroon #7B0602
RGB
CMYK
RGB Variations
Color information
#7B0602 (or 0x7B0602) is known color: Maroon. HEX triplet: 7B, 06 and 02. RGB value is (123,6,2). Sum of RGB (Red+Green+Blue) = 123+6+2=131 (17% of max value = 765). Red value is 123 (48.44% from 255 or 93.89% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0602 is #84F9FD. Grayscale: #282828. Windows color (decimal): -8714750 or 132731. OLE color: 132731.
HSL color Cylindrical-coordinate representation of color #7B0602: hue angle of 1.98º 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 #7B0602 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 6 | 2 | - |
| CMYK | 0 | 0.95 | 0.98 | 0.52 |
| HSL | 1.98º | 0.97% | 0.25% | - |
| HSV(B) | 1.98º | 0.98% | 0.48% | - |
| XYZ | 8.24 | 4.35 | 0.46 | - |
| YUV | 40.53 | 106.26 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 6 | 2 | 0 | 0.95 | 0.98 | 0.52 | 1.98 | 0.97 | 0.25 |
| Hex | 7B | 6 | 2 | 0 | 5F | 62 | 34 | 2 | 61 | 19 |
| Octal | 173 | 6 | 2 | 0 | 137 | 142 | 64 | 2 | 141 | 31 |
| Binary | 1111011 | 110 | 10 | 0 | 1011111 | 1100010 | 110100 | 10 | 1100001 | 11001 |
Color Harmonies of #7B0602
Complementary color
Monochromatic Colors of #7B0602
Black with #7B0602
Text Example
Text Example
White with #7B0602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0602; }
p { color: rgb(123,6,2); }
H1.HeaderClassName
{
color: #7B0602;
}
.AnyTagClassName
{
color: #7B0602;
}
</style>
background-color css
<style>
a { background-color: #7B0602; }
a { background-color: rgb(123,6,2); }
div.DivClassName
{
background-color: #7B0602;
}
.BgClassName
{
background-color: #7B0602;
}
</style>
border-color css
<style>
span { border-color: #7B0602; }
span { border-color: rgb(123,6,2); }
td.TdClassName
{
border-color: #7B0602;
}
.TagClassName
{
border-color: #7B0602;
}
</style>