Shades of Maroon #781200
Tints of Maroon #781200
RGB
CMYK
RGB Variations
Color information
#781200 (or 0x781200) is known color: Maroon. HEX triplet: 78, 12 and 00. RGB value is (120,18,0). Sum of RGB (Red+Green+Blue) = 120+18+0=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 0 (0.39% from 255 or 0% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #781200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781200 is #87EDFF. Grayscale: #2E2E2E. Windows color (decimal): -8908288 or 4728. OLE color: 4728.
HSL color Cylindrical-coordinate representation of color #781200: hue angle of 9º 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 #781200 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 18 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.53 |
| HSL | 9º | 1% | 0.24% | - |
| HSV(B) | 9º | 1% | 0.47% | - |
| XYZ | 7.96 | 4.43 | 0.43 | - |
| YUV | 46.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 18 | 0 | 0 | 0.85 | 1 | 0.53 | 9 | 1 | 0.24 |
| Hex | 78 | 12 | 0 | 0 | 55 | 64 | 35 | 9 | 64 | 18 |
| Octal | 170 | 22 | 0 | 0 | 125 | 144 | 65 | 11 | 144 | 30 |
| Binary | 1111000 | 10010 | 0 | 0 | 1010101 | 1100100 | 110101 | 1001 | 1100100 | 11000 |
Color Harmonies of #781200
Complementary color
Monochromatic Colors of #781200
Black with #781200
Text Example
Text Example
White with #781200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781200; }
p { color: rgb(120,18,0); }
H1.HeaderClassName
{
color: #781200;
}
.AnyTagClassName
{
color: #781200;
}
</style>
background-color css
<style>
a { background-color: #781200; }
a { background-color: rgb(120,18,0); }
div.DivClassName
{
background-color: #781200;
}
.BgClassName
{
background-color: #781200;
}
</style>
border-color css
<style>
span { border-color: #781200; }
span { border-color: rgb(120,18,0); }
td.TdClassName
{
border-color: #781200;
}
.TagClassName
{
border-color: #781200;
}
</style>