Shades of Maroon #780F09
Tints of Maroon #780F09
RGB
CMYK
RGB Variations
Color information
#780F09 (or 0x780F09) is known color: Maroon. HEX triplet: 78, 0F and 09. RGB value is (120,15,9). Sum of RGB (Red+Green+Blue) = 120+15+9=144 (19% of max value = 765). Red value is 120 (47.27% from 255 or 83.33% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 9 (3.91% from 255 or 6.25% from 144); Max value from RGB is 120 - color contains mainly: red. Hex color #780F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780F09 is #87F0F6. Grayscale: #2D2D2D. Windows color (decimal): -8909047 or 593784. OLE color: 593784.
HSL color Cylindrical-coordinate representation of color #780F09: hue angle of 3.24º degrees, saturation: 0.86, 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 #780F09 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 15 | 9 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.53 |
| HSL | 3.24º | 0.86% | 0.25% | - |
| HSV(B) | 3.24º | 0.93% | 0.47% | - |
| XYZ | 7.97 | 4.35 | 0.68 | - |
| YUV | 45.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 9 | 0 | 0.87 | 0.92 | 0.53 | 3.24 | 0.86 | 0.25 |
| Hex | 78 | F | 9 | 0 | 57 | 5C | 35 | 3 | 56 | 19 |
| Octal | 170 | 17 | 11 | 0 | 127 | 134 | 65 | 3 | 126 | 31 |
| Binary | 1111000 | 1111 | 1001 | 0 | 1010111 | 1011100 | 110101 | 11 | 1010110 | 11001 |
Color Harmonies of #780F09
Complementary color
Monochromatic Colors of #780F09
Black with #780F09
Text Example
Text Example
White with #780F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F09; }
p { color: rgb(120,15,9); }
H1.HeaderClassName
{
color: #780F09;
}
.AnyTagClassName
{
color: #780F09;
}
</style>
background-color css
<style>
a { background-color: #780F09; }
a { background-color: rgb(120,15,9); }
div.DivClassName
{
background-color: #780F09;
}
.BgClassName
{
background-color: #780F09;
}
</style>
border-color css
<style>
span { border-color: #780F09; }
span { border-color: rgb(120,15,9); }
td.TdClassName
{
border-color: #780F09;
}
.TagClassName
{
border-color: #780F09;
}
</style>