Shades of Maroon #771000
Tints of Maroon #771000
RGB
CMYK
RGB Variations
Color information
#771000 (or 0x771000) is known color: Maroon. HEX triplet: 77, 10 and 00. RGB value is (119,16,0). Sum of RGB (Red+Green+Blue) = 119+16+0=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #771000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771000 is #88EFFF. Grayscale: #2D2D2D. Windows color (decimal): -8974336 or 4215. OLE color: 4215.
HSL color Cylindrical-coordinate representation of color #771000: hue angle of 8.07º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #771000 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 16 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.53 |
| HSL | 8.07º | 1% | 0.23% | - |
| HSV(B) | 8.07º | 1% | 0.47% | - |
| XYZ | 7.79 | 4.29 | 0.42 | - |
| YUV | 44.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 16 | 0 | 0 | 0.87 | 1 | 0.53 | 8.07 | 1 | 0.23 |
| Hex | 77 | 10 | 0 | 0 | 57 | 64 | 35 | 8 | 64 | 17 |
| Octal | 167 | 20 | 0 | 0 | 127 | 144 | 65 | 10 | 144 | 27 |
| Binary | 1110111 | 10000 | 0 | 0 | 1010111 | 1100100 | 110101 | 1000 | 1100100 | 10111 |
Color Harmonies of #771000
Complementary color
Monochromatic Colors of #771000
Black with #771000
Text Example
Text Example
White with #771000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771000; }
p { color: rgb(119,16,0); }
H1.HeaderClassName
{
color: #771000;
}
.AnyTagClassName
{
color: #771000;
}
</style>
background-color css
<style>
a { background-color: #771000; }
a { background-color: rgb(119,16,0); }
div.DivClassName
{
background-color: #771000;
}
.BgClassName
{
background-color: #771000;
}
</style>
border-color css
<style>
span { border-color: #771000; }
span { border-color: rgb(119,16,0); }
td.TdClassName
{
border-color: #771000;
}
.TagClassName
{
border-color: #771000;
}
</style>