Shades of Maroon #7B0504
Tints of Maroon #7B0504
RGB
CMYK
RGB Variations
Color information
#7B0504 (or 0x7B0504) is known color: Maroon. HEX triplet: 7B, 05 and 04. RGB value is (123,5,4). Sum of RGB (Red+Green+Blue) = 123+5+4=132 (17% of max value = 765). Red value is 123 (48.44% from 255 or 93.18% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7B0504 is #84FAFB. Grayscale: #282828. Windows color (decimal): -8715004 or 263547. OLE color: 263547.
HSL color Cylindrical-coordinate representation of color #7B0504: hue angle of 0.5º 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 #7B0504 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 5 | 4 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.52 |
| HSL | 0.5º | 0.94% | 0.25% | - |
| HSV(B) | 0.5º | 0.97% | 0.48% | - |
| XYZ | 8.24 | 4.33 | 0.52 | - |
| YUV | 40.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 5 | 4 | 0 | 0.96 | 0.97 | 0.52 | 0.5 | 0.94 | 0.25 |
| Hex | 7B | 5 | 4 | 0 | 60 | 61 | 34 | 1 | 5E | 19 |
| Octal | 173 | 5 | 4 | 0 | 140 | 141 | 64 | 1 | 136 | 31 |
| Binary | 1111011 | 101 | 100 | 0 | 1100000 | 1100001 | 110100 | 1 | 1011110 | 11001 |
Color Harmonies of #7B0504
Complementary color
Monochromatic Colors of #7B0504
Black with #7B0504
Text Example
Text Example
White with #7B0504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B0504; }
p { color: rgb(123,5,4); }
H1.HeaderClassName
{
color: #7B0504;
}
.AnyTagClassName
{
color: #7B0504;
}
</style>
background-color css
<style>
a { background-color: #7B0504; }
a { background-color: rgb(123,5,4); }
div.DivClassName
{
background-color: #7B0504;
}
.BgClassName
{
background-color: #7B0504;
}
</style>
border-color css
<style>
span { border-color: #7B0504; }
span { border-color: rgb(123,5,4); }
td.TdClassName
{
border-color: #7B0504;
}
.TagClassName
{
border-color: #7B0504;
}
</style>