Shades of Maroon #781304
Tints of Maroon #781304
RGB
CMYK
RGB Variations
Color information
#781304 (or 0x781304) is known color: Maroon. HEX triplet: 78, 13 and 04. RGB value is (120,19,4). Sum of RGB (Red+Green+Blue) = 120+19+4=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 4 (1.95% from 255 or 2.80% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781304 is #87ECFB. Grayscale: #2F2F2F. Windows color (decimal): -8908028 or 267128. OLE color: 267128.
HSL color Cylindrical-coordinate representation of color #781304: hue angle of 7.76º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #781304 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 19 | 4 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.53 |
| HSL | 7.76º | 0.94% | 0.24% | - |
| HSV(B) | 7.76º | 0.97% | 0.47% | - |
| XYZ | 8 | 4.47 | 0.56 | - |
| YUV | 47.49 | 103.46 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 19 | 4 | 0 | 0.84 | 0.97 | 0.53 | 7.76 | 0.94 | 0.24 |
| Hex | 78 | 13 | 4 | 0 | 54 | 61 | 35 | 8 | 5E | 18 |
| Octal | 170 | 23 | 4 | 0 | 124 | 141 | 65 | 10 | 136 | 30 |
| Binary | 1111000 | 10011 | 100 | 0 | 1010100 | 1100001 | 110101 | 1000 | 1011110 | 11000 |
Color Harmonies of #781304
Complementary color
Monochromatic Colors of #781304
Black with #781304
Text Example
Text Example
White with #781304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781304; }
p { color: rgb(120,19,4); }
H1.HeaderClassName
{
color: #781304;
}
.AnyTagClassName
{
color: #781304;
}
</style>
background-color css
<style>
a { background-color: #781304; }
a { background-color: rgb(120,19,4); }
div.DivClassName
{
background-color: #781304;
}
.BgClassName
{
background-color: #781304;
}
</style>
border-color css
<style>
span { border-color: #781304; }
span { border-color: rgb(120,19,4); }
td.TdClassName
{
border-color: #781304;
}
.TagClassName
{
border-color: #781304;
}
</style>