Shades of Maroon #7C0B08
Tints of Maroon #7C0B08
RGB
CMYK
RGB Variations
Color information
#7C0B08 (or 0x7C0B08) is known color: Maroon. HEX triplet: 7C, 0B and 08. RGB value is (124,11,8). Sum of RGB (Red+Green+Blue) = 124+11+8=143 (18% of max value = 765). Red value is 124 (48.83% from 255 or 86.71% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 124 - color contains mainly: red. Hex color #7C0B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7C0B08 is #83F4F7. Grayscale: #2C2C2C. Windows color (decimal): -8647928 or 527228. OLE color: 527228.
HSL color Cylindrical-coordinate representation of color #7C0B08: hue angle of 1.55º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7C0B08 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 11 | 8 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.51 |
| HSL | 1.55º | 0.88% | 0.26% | - |
| HSV(B) | 1.55º | 0.94% | 0.49% | - |
| XYZ | 8.48 | 4.54 | 0.66 | - |
| YUV | 44.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 11 | 8 | 0 | 0.91 | 0.94 | 0.51 | 1.55 | 0.88 | 0.26 |
| Hex | 7C | B | 8 | 0 | 5B | 5E | 33 | 2 | 58 | 1A |
| Octal | 174 | 13 | 10 | 0 | 133 | 136 | 63 | 2 | 130 | 32 |
| Binary | 1111100 | 1011 | 1000 | 0 | 1011011 | 1011110 | 110011 | 10 | 1011000 | 11010 |
Color Harmonies of #7C0B08
Complementary color
Monochromatic Colors of #7C0B08
Black with #7C0B08
Text Example
Text Example
White with #7C0B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C0B08; }
p { color: rgb(124,11,8); }
H1.HeaderClassName
{
color: #7C0B08;
}
.AnyTagClassName
{
color: #7C0B08;
}
</style>
background-color css
<style>
a { background-color: #7C0B08; }
a { background-color: rgb(124,11,8); }
div.DivClassName
{
background-color: #7C0B08;
}
.BgClassName
{
background-color: #7C0B08;
}
</style>
border-color css
<style>
span { border-color: #7C0B08; }
span { border-color: rgb(124,11,8); }
td.TdClassName
{
border-color: #7C0B08;
}
.TagClassName
{
border-color: #7C0B08;
}
</style>