Shades of Maroon #781300
Tints of Maroon #781300
RGB
CMYK
RGB Variations
Color information
#781300 (or 0x781300) is known color: Maroon. HEX triplet: 78, 13 and 00. RGB value is (120,19,0). Sum of RGB (Red+Green+Blue) = 120+19+0=139 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.33% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 120 - color contains mainly: red. Hex color #781300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781300 is #87ECFF. Grayscale: #2F2F2F. Windows color (decimal): -8908032 or 4984. OLE color: 4984.
HSL color Cylindrical-coordinate representation of color #781300: hue angle of 9.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 #781300 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 19 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.53 |
| HSL | 9.5º | 1% | 0.24% | - |
| HSV(B) | 9.5º | 1% | 0.47% | - |
| XYZ | 7.98 | 4.46 | 0.44 | - |
| YUV | 47.03 | 101.46 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 0 | 0 | 0.84 | 1 | 0.53 | 9.5 | 1 | 0.24 |
| Hex | 78 | 13 | 0 | 0 | 54 | 64 | 35 | A | 64 | 18 |
| Octal | 170 | 23 | 0 | 0 | 124 | 144 | 65 | 12 | 144 | 30 |
| Binary | 1111000 | 10011 | 0 | 0 | 1010100 | 1100100 | 110101 | 1010 | 1100100 | 11000 |
Color Harmonies of #781300
Complementary color
Monochromatic Colors of #781300
Black with #781300
Text Example
Text Example
White with #781300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781300; }
p { color: rgb(120,19,0); }
H1.HeaderClassName
{
color: #781300;
}
.AnyTagClassName
{
color: #781300;
}
</style>
background-color css
<style>
a { background-color: #781300; }
a { background-color: rgb(120,19,0); }
div.DivClassName
{
background-color: #781300;
}
.BgClassName
{
background-color: #781300;
}
</style>
border-color css
<style>
span { border-color: #781300; }
span { border-color: rgb(120,19,0); }
td.TdClassName
{
border-color: #781300;
}
.TagClassName
{
border-color: #781300;
}
</style>