Shades of Maroon #780F01
Tints of Maroon #780F01
RGB
CMYK
RGB Variations
Color information
#780F01 (or 0x780F01) is known color: Maroon. HEX triplet: 78, 0F and 01. RGB value is (120,15,1). Sum of RGB (Red+Green+Blue) = 120+15+1=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 15 (6.25% from 255 or 11.03% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #780F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F01 is #87F0FE. Grayscale: #2C2C2C. Windows color (decimal): -8909055 or 69496. OLE color: 69496.
HSL color Cylindrical-coordinate representation of color #780F01: hue angle of 7.06º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #780F01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.53 |
| HSL | 7.06º | 0.98% | 0.24% | - |
| HSV(B) | 7.06º | 0.99% | 0.47% | - |
| XYZ | 7.92 | 4.34 | 0.45 | - |
| YUV | 44.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 1 | 0 | 0.87 | 0.99 | 0.53 | 7.06 | 0.98 | 0.24 |
| Hex | 78 | F | 1 | 0 | 57 | 63 | 35 | 7 | 62 | 18 |
| Octal | 170 | 17 | 1 | 0 | 127 | 143 | 65 | 7 | 142 | 30 |
| Binary | 1111000 | 1111 | 1 | 0 | 1010111 | 1100011 | 110101 | 111 | 1100010 | 11000 |
Color Harmonies of #780F01
Complementary color
Monochromatic Colors of #780F01
Black with #780F01
Text Example
Text Example
White with #780F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F01; }
p { color: rgb(120,15,1); }
H1.HeaderClassName
{
color: #780F01;
}
.AnyTagClassName
{
color: #780F01;
}
</style>
background-color css
<style>
a { background-color: #780F01; }
a { background-color: rgb(120,15,1); }
div.DivClassName
{
background-color: #780F01;
}
.BgClassName
{
background-color: #780F01;
}
</style>
border-color css
<style>
span { border-color: #780F01; }
span { border-color: rgb(120,15,1); }
td.TdClassName
{
border-color: #780F01;
}
.TagClassName
{
border-color: #780F01;
}
</style>