Shades of Maroon #781001
Tints of Maroon #781001
RGB
CMYK
RGB Variations
Color information
#781001 (or 0x781001) is known color: Maroon. HEX triplet: 78, 10 and 01. RGB value is (120,16,1). Sum of RGB (Red+Green+Blue) = 120+16+1=137 (18% of max value = 765). Red value is 120 (47.27% from 255 or 87.59% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 120 - color contains mainly: red. Hex color #781001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781001 is #87EFFE. Grayscale: #2D2D2D. Windows color (decimal): -8908799 or 69752. OLE color: 69752.
HSL color Cylindrical-coordinate representation of color #781001: hue angle of 7.56º 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 #781001 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 16 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.53 |
| HSL | 7.56º | 0.98% | 0.24% | - |
| HSV(B) | 7.56º | 0.99% | 0.47% | - |
| XYZ | 7.94 | 4.37 | 0.45 | - |
| YUV | 45.39 | 102.96 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 16 | 1 | 0 | 0.87 | 0.99 | 0.53 | 7.56 | 0.98 | 0.24 |
| Hex | 78 | 10 | 1 | 0 | 57 | 63 | 35 | 8 | 62 | 18 |
| Octal | 170 | 20 | 1 | 0 | 127 | 143 | 65 | 10 | 142 | 30 |
| Binary | 1111000 | 10000 | 1 | 0 | 1010111 | 1100011 | 110101 | 1000 | 1100010 | 11000 |
Color Harmonies of #781001
Complementary color
Monochromatic Colors of #781001
Black with #781001
Text Example
Text Example
White with #781001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781001; }
p { color: rgb(120,16,1); }
H1.HeaderClassName
{
color: #781001;
}
.AnyTagClassName
{
color: #781001;
}
</style>
background-color css
<style>
a { background-color: #781001; }
a { background-color: rgb(120,16,1); }
div.DivClassName
{
background-color: #781001;
}
.BgClassName
{
background-color: #781001;
}
</style>
border-color css
<style>
span { border-color: #781001; }
span { border-color: rgb(120,16,1); }
td.TdClassName
{
border-color: #781001;
}
.TagClassName
{
border-color: #781001;
}
</style>