Shades of Maroon #781701
Tints of Maroon #781701
RGB
CMYK
RGB Variations
Color information
#781701 (or 0x781701) is known color: Maroon. HEX triplet: 78, 17 and 01. RGB value is (120,23,1). Sum of RGB (Red+Green+Blue) = 120+23+1=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 1 (0.78% from 255 or 0.69% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #781701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781701 is #87E8FE. Grayscale: #313131. Windows color (decimal): -8907007 or 71544. OLE color: 71544.
HSL color Cylindrical-coordinate representation of color #781701: hue angle of 11.09º 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 #781701 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 23 | 1 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.53 |
| HSL | 11.09º | 0.98% | 0.24% | - |
| HSV(B) | 11.09º | 0.99% | 0.47% | - |
| XYZ | 8.06 | 4.61 | 0.49 | - |
| YUV | 49.5 | 100.64 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 23 | 1 | 0 | 0.81 | 0.99 | 0.53 | 11.09 | 0.98 | 0.24 |
| Hex | 78 | 17 | 1 | 0 | 51 | 63 | 35 | B | 62 | 18 |
| Octal | 170 | 27 | 1 | 0 | 121 | 143 | 65 | 13 | 142 | 30 |
| Binary | 1111000 | 10111 | 1 | 0 | 1010001 | 1100011 | 110101 | 1011 | 1100010 | 11000 |
Color Harmonies of #781701
Complementary color
Monochromatic Colors of #781701
Black with #781701
Text Example
Text Example
White with #781701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781701; }
p { color: rgb(120,23,1); }
H1.HeaderClassName
{
color: #781701;
}
.AnyTagClassName
{
color: #781701;
}
</style>
background-color css
<style>
a { background-color: #781701; }
a { background-color: rgb(120,23,1); }
div.DivClassName
{
background-color: #781701;
}
.BgClassName
{
background-color: #781701;
}
</style>
border-color css
<style>
span { border-color: #781701; }
span { border-color: rgb(120,23,1); }
td.TdClassName
{
border-color: #781701;
}
.TagClassName
{
border-color: #781701;
}
</style>