Shades of Maroon #770909
Tints of Maroon #770909
RGB
CMYK
RGB Variations
Color information
#770909 (or 0x770909) is known color: Maroon. HEX triplet: 77, 09 and 09. RGB value is (119,9,9). Sum of RGB (Red+Green+Blue) = 119+9+9=137 (18% of max value = 765). Red value is 119 (46.88% from 255 or 86.86% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 119 - color contains mainly: red. Hex color #770909 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770909 is #88F6F6. Grayscale: #2A2A2A. Windows color (decimal): -8976119 or 592247. OLE color: 592247.
HSL color Cylindrical-coordinate representation of color #770909: hue angle of 0º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770909 is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 9 | - |
| CMYK | 0 | 0.92 | 0.92 | 0.53 |
| HSL | 0º | 0.86% | 0.25% | - |
| HSV(B) | 0º | 0.92% | 0.47% | - |
| XYZ | 7.75 | 4.14 | 0.65 | - |
| YUV | 41.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 9 | 0 | 0.92 | 0.92 | 0.53 | 0 | 0.86 | 0.25 |
| Hex | 77 | 9 | 9 | 0 | 5C | 5C | 35 | 0 | 56 | 19 |
| Octal | 167 | 11 | 11 | 0 | 134 | 134 | 65 | 0 | 126 | 31 |
| Binary | 1110111 | 1001 | 1001 | 0 | 1011100 | 1011100 | 110101 | 0 | 1010110 | 11001 |
Color Harmonies of #770909
Complementary color
Monochromatic Colors of #770909
Black with #770909
Text Example
Text Example
White with #770909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770909; }
p { color: rgb(119,9,9); }
H1.HeaderClassName
{
color: #770909;
}
.AnyTagClassName
{
color: #770909;
}
</style>
background-color css
<style>
a { background-color: #770909; }
a { background-color: rgb(119,9,9); }
div.DivClassName
{
background-color: #770909;
}
.BgClassName
{
background-color: #770909;
}
</style>
border-color css
<style>
span { border-color: #770909; }
span { border-color: rgb(119,9,9); }
td.TdClassName
{
border-color: #770909;
}
.TagClassName
{
border-color: #770909;
}
</style>