Shades of Maroon #770603
Tints of Maroon #770603
RGB
CMYK
RGB Variations
Color information
#770603 (or 0x770603) is known color: Maroon. HEX triplet: 77, 06 and 03. RGB value is (119,6,3). Sum of RGB (Red+Green+Blue) = 119+6+3=128 (16% of max value = 765). Red value is 119 (46.88% from 255 or 92.97% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 3 (1.56% from 255 or 2.34% from 128); Max value from RGB is 119 - color contains mainly: red. Hex color #770603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770603 is #88F9FC. Grayscale: #272727. Windows color (decimal): -8976893 or 198263. OLE color: 198263.
HSL color Cylindrical-coordinate representation of color #770603: hue angle of 1.55º 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 #770603 is Cyan = 0, Magento = 0.95, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 6 | 3 | - |
| CMYK | 0 | 0.95 | 0.97 | 0.53 |
| HSL | 1.55º | 0.95% | 0.24% | - |
| HSV(B) | 1.55º | 0.97% | 0.47% | - |
| XYZ | 7.69 | 4.06 | 0.46 | - |
| YUV | 39.45 | 107.44 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 6 | 3 | 0 | 0.95 | 0.97 | 0.53 | 1.55 | 0.95 | 0.24 |
| Hex | 77 | 6 | 3 | 0 | 5F | 61 | 35 | 2 | 5F | 18 |
| Octal | 167 | 6 | 3 | 0 | 137 | 141 | 65 | 2 | 137 | 30 |
| Binary | 1110111 | 110 | 11 | 0 | 1011111 | 1100001 | 110101 | 10 | 1011111 | 11000 |
Color Harmonies of #770603
Complementary color
Monochromatic Colors of #770603
Black with #770603
Text Example
Text Example
White with #770603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #770603; }
p { color: rgb(119,6,3); }
H1.HeaderClassName
{
color: #770603;
}
.AnyTagClassName
{
color: #770603;
}
</style>
background-color css
<style>
a { background-color: #770603; }
a { background-color: rgb(119,6,3); }
div.DivClassName
{
background-color: #770603;
}
.BgClassName
{
background-color: #770603;
}
</style>
border-color css
<style>
span { border-color: #770603; }
span { border-color: rgb(119,6,3); }
td.TdClassName
{
border-color: #770603;
}
.TagClassName
{
border-color: #770603;
}
</style>