Shades of Maroon #780100
Tints of Maroon #780100
RGB
CMYK
RGB Variations
Color information
#780100 (or 0x780100) is known color: Maroon. HEX triplet: 78, 01 and 00. RGB value is (120,1,0). Sum of RGB (Red+Green+Blue) = 120+1+0=121 (16% of max value = 765). Red value is 120 (47.27% from 255 or 99.17% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 120 - color contains mainly: red. Hex color #780100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780100 is #87FEFF. Grayscale: #242424. Windows color (decimal): -8912640 or 376. OLE color: 376.
HSL color Cylindrical-coordinate representation of color #780100: hue angle of 0.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.53 |
| HSL | 0.5º | 1% | 0.24% | - |
| HSV(B) | 0.5º | 1% | 0.47% | - |
| XYZ | 7.76 | 4.01 | 0.37 | - |
| YUV | 36.47 | 107.42 | 187.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 1 | 0 | 0 | 0.99 | 1 | 0.53 | 0.5 | 1 | 0.24 |
| Hex | 78 | 1 | 0 | 0 | 63 | 64 | 35 | 0 | 64 | 18 |
| Octal | 170 | 1 | 0 | 0 | 143 | 144 | 65 | 0 | 144 | 30 |
| Binary | 1111000 | 1 | 0 | 0 | 1100011 | 1100100 | 110101 | 0 | 1100100 | 11000 |
Color Harmonies of #780100
Complementary color
Monochromatic Colors of #780100
Black with #780100
Text Example
Text Example
White with #780100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780100; }
p { color: rgb(120,1,0); }
H1.HeaderClassName
{
color: #780100;
}
.AnyTagClassName
{
color: #780100;
}
</style>
background-color css
<style>
a { background-color: #780100; }
a { background-color: rgb(120,1,0); }
div.DivClassName
{
background-color: #780100;
}
.BgClassName
{
background-color: #780100;
}
</style>
border-color css
<style>
span { border-color: #780100; }
span { border-color: rgb(120,1,0); }
td.TdClassName
{
border-color: #780100;
}
.TagClassName
{
border-color: #780100;
}
</style>