Shades of Maroon #780E0A
Tints of Maroon #780E0A
RGB
CMYK
RGB Variations
Color information
#780E0A (or 0x780E0A) is known color: Maroon. HEX triplet: 78, 0E and 0A. RGB value is (120,14,10). Sum of RGB (Red+Green+Blue) = 120+14+10=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 10 (4.30% from 255 or 6.94% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #780E0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780E0A is #87F1F5. Grayscale: #2D2D2D. Windows color (decimal): -8909302 or 659064. OLE color: 659064.
HSL color Cylindrical-coordinate representation of color #780E0A: hue angle of 2.18º degrees, saturation: 0.85, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #780E0A is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 14 | 10 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.53 |
| HSL | 2.18º | 0.85% | 0.25% | - |
| HSV(B) | 2.18º | 0.92% | 0.47% | - |
| XYZ | 7.96 | 4.33 | 0.7 | - |
| YUV | 45.24 | 108.12 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 14 | 10 | 0 | 0.88 | 0.92 | 0.53 | 2.18 | 0.85 | 0.25 |
| Hex | 78 | E | A | 0 | 58 | 5C | 35 | 2 | 55 | 19 |
| Octal | 170 | 16 | 12 | 0 | 130 | 134 | 65 | 2 | 125 | 31 |
| Binary | 1111000 | 1110 | 1010 | 0 | 1011000 | 1011100 | 110101 | 10 | 1010101 | 11001 |
Color Harmonies of #780E0A
Complementary color
Monochromatic Colors of #780E0A
Black with #780E0A
Text Example
Text Example
White with #780E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780E0A; }
p { color: rgb(120,14,10); }
H1.HeaderClassName
{
color: #780E0A;
}
.AnyTagClassName
{
color: #780E0A;
}
</style>
background-color css
<style>
a { background-color: #780E0A; }
a { background-color: rgb(120,14,10); }
div.DivClassName
{
background-color: #780E0A;
}
.BgClassName
{
background-color: #780E0A;
}
</style>
border-color css
<style>
span { border-color: #780E0A; }
span { border-color: rgb(120,14,10); }
td.TdClassName
{
border-color: #780E0A;
}
.TagClassName
{
border-color: #780E0A;
}
</style>