Shades of Maroon #7B0F04
Tints of Maroon #7B0F04
RGB
CMYK
RGB Variations
Color information
#7B0F04 (or 0x7B0F04) is known color: Maroon. HEX triplet: 7B, 0F and 04. RGB value is (123,15,4). Sum of RGB (Red+Green+Blue) = 123+15+4=142 (18% of max value = 765). Red value is 123 (48.44% from 255 or 86.62% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0F04 is #84F0FB. Grayscale: #2E2E2E. Windows color (decimal): -8712444 or 266107. OLE color: 266107.
HSL color Cylindrical-coordinate representation of color #7B0F04: hue angle of 5.55º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B0F04 is Cyan = 0, Magento = 0.88, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 15 | 4 | - |
| CMYK | 0 | 0.88 | 0.97 | 0.52 |
| HSL | 5.55º | 0.94% | 0.25% | - |
| HSV(B) | 5.55º | 0.97% | 0.48% | - |
| XYZ | 8.36 | 4.56 | 0.55 | - |
| YUV | 46.04 | 104.28 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 15 | 4 | 0 | 0.88 | 0.97 | 0.52 | 5.55 | 0.94 | 0.25 |
| Hex | 7B | F | 4 | 0 | 58 | 61 | 34 | 6 | 5E | 19 |
| Octal | 173 | 17 | 4 | 0 | 130 | 141 | 64 | 6 | 136 | 31 |
| Binary | 1111011 | 1111 | 100 | 0 | 1011000 | 1100001 | 110100 | 110 | 1011110 | 11001 |
Color Harmonies of #7B0F04
Complementary color
Monochromatic Colors of #7B0F04
Black with #7B0F04
Text Example
Text Example
White with #7B0F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0F04; }
p { color: rgb(123,15,4); }
H1.HeaderClassName
{
color: #7B0F04;
}
.AnyTagClassName
{
color: #7B0F04;
}
</style>
background-color css
<style>
a { background-color: #7B0F04; }
a { background-color: rgb(123,15,4); }
div.DivClassName
{
background-color: #7B0F04;
}
.BgClassName
{
background-color: #7B0F04;
}
</style>
border-color css
<style>
span { border-color: #7B0F04; }
span { border-color: rgb(123,15,4); }
td.TdClassName
{
border-color: #7B0F04;
}
.TagClassName
{
border-color: #7B0F04;
}
</style>