Shades of Maroon #780000
Tints of Maroon #780000
RGB
CMYK
RGB Variations
Color information
#780000 (or 0x780000) is known color: Maroon. HEX triplet: 78, 00 and 00. RGB value is (120,0,0). Sum of RGB (Red+Green+Blue) = 120+0+0=120 (15% of max value = 765). Red value is 120 (47.27% from 255 or 100% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 120 - color contains mainly: red. Hex color #780000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780000 is #87FFFF. Grayscale: #242424. Windows color (decimal): -8912896 or 120. OLE color: 120.
HSL color Cylindrical-coordinate representation of color #780000: hue angle of 0º 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 #780000 is Cyan = 0, Magento = 1, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 0 | 0 | - |
| CMYK | 0 | 1 | 1 | 0.53 |
| HSL | 0º | 1% | 0.24% | - |
| HSV(B) | 0º | 1% | 0.47% | - |
| XYZ | 7.75 | 3.99 | 0.36 | - |
| YUV | 35.88 | 107.76 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 0 | 0 | 0 | 1 | 1 | 0.53 | 0 | 1 | 0.24 |
| Hex | 78 | 0 | 0 | 0 | 64 | 64 | 35 | 0 | 64 | 18 |
| Octal | 170 | 0 | 0 | 0 | 144 | 144 | 65 | 0 | 144 | 30 |
| Binary | 1111000 | 0 | 0 | 0 | 1100100 | 1100100 | 110101 | 0 | 1100100 | 11000 |
Color Harmonies of #780000
Complementary color
Monochromatic Colors of #780000
Black with #780000
Text Example
Text Example
White with #780000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780000; }
p { color: rgb(120,0,0); }
H1.HeaderClassName
{
color: #780000;
}
.AnyTagClassName
{
color: #780000;
}
</style>
background-color css
<style>
a { background-color: #780000; }
a { background-color: rgb(120,0,0); }
div.DivClassName
{
background-color: #780000;
}
.BgClassName
{
background-color: #780000;
}
</style>
border-color css
<style>
span { border-color: #780000; }
span { border-color: rgb(120,0,0); }
td.TdClassName
{
border-color: #780000;
}
.TagClassName
{
border-color: #780000;
}
</style>