Shades of Maroon #781502
Tints of Maroon #781502
RGB
CMYK
RGB Variations
Color information
#781502 (or 0x781502) is known color: Maroon. HEX triplet: 78, 15 and 02. RGB value is (120,21,2). Sum of RGB (Red+Green+Blue) = 120+21+2=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #781502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781502 is #87EAFD. Grayscale: #303030. Windows color (decimal): -8907518 or 136568. OLE color: 136568.
HSL color Cylindrical-coordinate representation of color #781502: hue angle of 9.66º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #781502 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 21 | 2 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.53 |
| HSL | 9.66º | 0.97% | 0.24% | - |
| HSV(B) | 9.66º | 0.98% | 0.47% | - |
| XYZ | 8.02 | 4.53 | 0.51 | - |
| YUV | 48.44 | 101.8 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 21 | 2 | 0 | 0.83 | 0.98 | 0.53 | 9.66 | 0.97 | 0.24 |
| Hex | 78 | 15 | 2 | 0 | 53 | 62 | 35 | A | 61 | 18 |
| Octal | 170 | 25 | 2 | 0 | 123 | 142 | 65 | 12 | 141 | 30 |
| Binary | 1111000 | 10101 | 10 | 0 | 1010011 | 1100010 | 110101 | 1010 | 1100001 | 11000 |
Color Harmonies of #781502
Complementary color
Monochromatic Colors of #781502
Black with #781502
Text Example
Text Example
White with #781502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781502; }
p { color: rgb(120,21,2); }
H1.HeaderClassName
{
color: #781502;
}
.AnyTagClassName
{
color: #781502;
}
</style>
background-color css
<style>
a { background-color: #781502; }
a { background-color: rgb(120,21,2); }
div.DivClassName
{
background-color: #781502;
}
.BgClassName
{
background-color: #781502;
}
</style>
border-color css
<style>
span { border-color: #781502; }
span { border-color: rgb(120,21,2); }
td.TdClassName
{
border-color: #781502;
}
.TagClassName
{
border-color: #781502;
}
</style>