Shades of Maroon #780F08
Tints of Maroon #780F08
RGB
CMYK
RGB Variations
Color information
#780F08 (or 0x780F08) is known color: Maroon. HEX triplet: 78, 0F and 08. RGB value is (120,15,8). Sum of RGB (Red+Green+Blue) = 120+15+8=143 (18% of max value = 765). Red value is 120 (47.27% from 255 or 83.92% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 120 - color contains mainly: red. Hex color #780F08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F08 is #87F0F7. Grayscale: #2D2D2D. Windows color (decimal): -8909048 or 528248. OLE color: 528248.
HSL color Cylindrical-coordinate representation of color #780F08: hue angle of 3.75º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780F08 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 8 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.53 |
| HSL | 3.75º | 0.88% | 0.25% | - |
| HSV(B) | 3.75º | 0.93% | 0.47% | - |
| XYZ | 7.96 | 4.35 | 0.65 | - |
| YUV | 45.6 | 106.79 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 8 | 0 | 0.87 | 0.93 | 0.53 | 3.75 | 0.88 | 0.25 |
| Hex | 78 | F | 8 | 0 | 57 | 5D | 35 | 4 | 58 | 19 |
| Octal | 170 | 17 | 10 | 0 | 127 | 135 | 65 | 4 | 130 | 31 |
| Binary | 1111000 | 1111 | 1000 | 0 | 1010111 | 1011101 | 110101 | 100 | 1011000 | 11001 |
Color Harmonies of #780F08
Complementary color
Monochromatic Colors of #780F08
Black with #780F08
Text Example
Text Example
White with #780F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F08; }
p { color: rgb(120,15,8); }
H1.HeaderClassName
{
color: #780F08;
}
.AnyTagClassName
{
color: #780F08;
}
</style>
background-color css
<style>
a { background-color: #780F08; }
a { background-color: rgb(120,15,8); }
div.DivClassName
{
background-color: #780F08;
}
.BgClassName
{
background-color: #780F08;
}
</style>
border-color css
<style>
span { border-color: #780F08; }
span { border-color: rgb(120,15,8); }
td.TdClassName
{
border-color: #780F08;
}
.TagClassName
{
border-color: #780F08;
}
</style>