Shades of Maroon #770903
Tints of Maroon #770903
RGB
CMYK
RGB Variations
Color information
#770903 (or 0x770903) is known color: Maroon. HEX triplet: 77, 09 and 03. RGB value is (119,9,3). Sum of RGB (Red+Green+Blue) = 119+9+3=131 (17% of max value = 765). Red value is 119 (46.88% from 255 or 90.84% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 119 - color contains mainly: red. Hex color #770903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770903 is #88F6FC. Grayscale: #292929. Windows color (decimal): -8976125 or 199031. OLE color: 199031.
HSL color Cylindrical-coordinate representation of color #770903: hue angle of 3.1º degrees, saturation: 0.95, 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 #770903 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 9 | 3 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.53 |
| HSL | 3.1º | 0.95% | 0.24% | - |
| HSV(B) | 3.1º | 0.97% | 0.47% | - |
| XYZ | 7.72 | 4.12 | 0.48 | - |
| YUV | 41.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 9 | 3 | 0 | 0.92 | 0.97 | 0.53 | 3.1 | 0.95 | 0.24 |
| Hex | 77 | 9 | 3 | 0 | 5C | 61 | 35 | 3 | 5F | 18 |
| Octal | 167 | 11 | 3 | 0 | 134 | 141 | 65 | 3 | 137 | 30 |
| Binary | 1110111 | 1001 | 11 | 0 | 1011100 | 1100001 | 110101 | 11 | 1011111 | 11000 |
Color Harmonies of #770903
Complementary color
Monochromatic Colors of #770903
Black with #770903
Text Example
Text Example
White with #770903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770903; }
p { color: rgb(119,9,3); }
H1.HeaderClassName
{
color: #770903;
}
.AnyTagClassName
{
color: #770903;
}
</style>
background-color css
<style>
a { background-color: #770903; }
a { background-color: rgb(119,9,3); }
div.DivClassName
{
background-color: #770903;
}
.BgClassName
{
background-color: #770903;
}
</style>
border-color css
<style>
span { border-color: #770903; }
span { border-color: rgb(119,9,3); }
td.TdClassName
{
border-color: #770903;
}
.TagClassName
{
border-color: #770903;
}
</style>