Shades of Maroon #771404
Tints of Maroon #771404
RGB
CMYK
RGB Variations
Color information
#771404 (or 0x771404) is known color: Maroon. HEX triplet: 77, 14 and 04. RGB value is (119,20,4). Sum of RGB (Red+Green+Blue) = 119+20+4=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #771404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771404 is #88EBFB. Grayscale: #2F2F2F. Windows color (decimal): -8973308 or 267383. OLE color: 267383.
HSL color Cylindrical-coordinate representation of color #771404: hue angle of 8.35º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #771404 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 20 | 4 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.53 |
| HSL | 8.35º | 0.93% | 0.24% | - |
| HSV(B) | 8.35º | 0.97% | 0.47% | - |
| XYZ | 7.88 | 4.43 | 0.55 | - |
| YUV | 47.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 4 | 0 | 0.83 | 0.97 | 0.53 | 8.35 | 0.93 | 0.24 |
| Hex | 77 | 14 | 4 | 0 | 53 | 61 | 35 | 8 | 5D | 18 |
| Octal | 167 | 24 | 4 | 0 | 123 | 141 | 65 | 10 | 135 | 30 |
| Binary | 1110111 | 10100 | 100 | 0 | 1010011 | 1100001 | 110101 | 1000 | 1011101 | 11000 |
Color Harmonies of #771404
Complementary color
Monochromatic Colors of #771404
Black with #771404
Text Example
Text Example
White with #771404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771404; }
p { color: rgb(119,20,4); }
H1.HeaderClassName
{
color: #771404;
}
.AnyTagClassName
{
color: #771404;
}
</style>
background-color css
<style>
a { background-color: #771404; }
a { background-color: rgb(119,20,4); }
div.DivClassName
{
background-color: #771404;
}
.BgClassName
{
background-color: #771404;
}
</style>
border-color css
<style>
span { border-color: #771404; }
span { border-color: rgb(119,20,4); }
td.TdClassName
{
border-color: #771404;
}
.TagClassName
{
border-color: #771404;
}
</style>