Shades of Maroon #771402
Tints of Maroon #771402
RGB
CMYK
RGB Variations
Color information
#771402 (or 0x771402) is known color: Maroon. HEX triplet: 77, 14 and 02. RGB value is (119,20,2). Sum of RGB (Red+Green+Blue) = 119+20+2=141 (18% of max value = 765). Red value is 119 (46.88% from 255 or 84.40% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 119 - color contains mainly: red. Hex color #771402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #771402 is #88EBFD. Grayscale: #2F2F2F. Windows color (decimal): -8973310 or 136311. OLE color: 136311.
HSL color Cylindrical-coordinate representation of color #771402: hue angle of 9.23º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #771402 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 20 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.53 |
| HSL | 9.23º | 0.97% | 0.24% | - |
| HSV(B) | 9.23º | 0.98% | 0.47% | - |
| XYZ | 7.87 | 4.43 | 0.5 | - |
| YUV | 47.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 20 | 2 | 0 | 0.83 | 0.98 | 0.53 | 9.23 | 0.97 | 0.24 |
| Hex | 77 | 14 | 2 | 0 | 53 | 62 | 35 | 9 | 61 | 18 |
| Octal | 167 | 24 | 2 | 0 | 123 | 142 | 65 | 11 | 141 | 30 |
| Binary | 1110111 | 10100 | 10 | 0 | 1010011 | 1100010 | 110101 | 1001 | 1100001 | 11000 |
Color Harmonies of #771402
Complementary color
Monochromatic Colors of #771402
Black with #771402
Text Example
Text Example
White with #771402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #771402; }
p { color: rgb(119,20,2); }
H1.HeaderClassName
{
color: #771402;
}
.AnyTagClassName
{
color: #771402;
}
</style>
background-color css
<style>
a { background-color: #771402; }
a { background-color: rgb(119,20,2); }
div.DivClassName
{
background-color: #771402;
}
.BgClassName
{
background-color: #771402;
}
</style>
border-color css
<style>
span { border-color: #771402; }
span { border-color: rgb(119,20,2); }
td.TdClassName
{
border-color: #771402;
}
.TagClassName
{
border-color: #771402;
}
</style>