Shades of Maroon #781101
Tints of Maroon #781101
RGB
CMYK
RGB Variations
Color information
#781101 (or 0x781101) is known color: Maroon. HEX triplet: 78, 11 and 01. RGB value is (120,17,1). Sum of RGB (Red+Green+Blue) = 120+17+1=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #781101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781101 is #87EEFE. Grayscale: #2E2E2E. Windows color (decimal): -8908543 or 70008. OLE color: 70008.
HSL color Cylindrical-coordinate representation of color #781101: hue angle of 8.07º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #781101 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 1 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.53 |
| HSL | 8.07º | 0.98% | 0.24% | - |
| HSV(B) | 8.07º | 0.99% | 0.47% | - |
| XYZ | 7.95 | 4.4 | 0.46 | - |
| YUV | 45.97 | 102.62 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 1 | 0 | 0.86 | 0.99 | 0.53 | 8.07 | 0.98 | 0.24 |
| Hex | 78 | 11 | 1 | 0 | 56 | 63 | 35 | 8 | 62 | 18 |
| Octal | 170 | 21 | 1 | 0 | 126 | 143 | 65 | 10 | 142 | 30 |
| Binary | 1111000 | 10001 | 1 | 0 | 1010110 | 1100011 | 110101 | 1000 | 1100010 | 11000 |
Color Harmonies of #781101
Complementary color
Monochromatic Colors of #781101
Black with #781101
Text Example
Text Example
White with #781101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781101; }
p { color: rgb(120,17,1); }
H1.HeaderClassName
{
color: #781101;
}
.AnyTagClassName
{
color: #781101;
}
</style>
background-color css
<style>
a { background-color: #781101; }
a { background-color: rgb(120,17,1); }
div.DivClassName
{
background-color: #781101;
}
.BgClassName
{
background-color: #781101;
}
</style>
border-color css
<style>
span { border-color: #781101; }
span { border-color: rgb(120,17,1); }
td.TdClassName
{
border-color: #781101;
}
.TagClassName
{
border-color: #781101;
}
</style>