Shades of Maroon #780B05
Tints of Maroon #780B05
RGB
CMYK
RGB Variations
Color information
#780B05 (or 0x780B05) is known color: Maroon. HEX triplet: 78, 0B and 05. RGB value is (120,11,5). Sum of RGB (Red+Green+Blue) = 120+11+5=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #780B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780B05 is #87F4FA. Grayscale: #2B2B2B. Windows color (decimal): -8910075 or 330616. OLE color: 330616.
HSL color Cylindrical-coordinate representation of color #780B05: hue angle of 3.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #780B05 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 11 | 5 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.53 |
| HSL | 3.13º | 0.92% | 0.25% | - |
| HSV(B) | 3.13º | 0.96% | 0.47% | - |
| XYZ | 7.89 | 4.24 | 0.55 | - |
| YUV | 42.91 | 106.61 | 182.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 11 | 5 | 0 | 0.91 | 0.96 | 0.53 | 3.13 | 0.92 | 0.25 |
| Hex | 78 | B | 5 | 0 | 5B | 60 | 35 | 3 | 5C | 19 |
| Octal | 170 | 13 | 5 | 0 | 133 | 140 | 65 | 3 | 134 | 31 |
| Binary | 1111000 | 1011 | 101 | 0 | 1011011 | 1100000 | 110101 | 11 | 1011100 | 11001 |
Color Harmonies of #780B05
Complementary color
Monochromatic Colors of #780B05
Black with #780B05
Text Example
Text Example
White with #780B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780B05; }
p { color: rgb(120,11,5); }
H1.HeaderClassName
{
color: #780B05;
}
.AnyTagClassName
{
color: #780B05;
}
</style>
background-color css
<style>
a { background-color: #780B05; }
a { background-color: rgb(120,11,5); }
div.DivClassName
{
background-color: #780B05;
}
.BgClassName
{
background-color: #780B05;
}
</style>
border-color css
<style>
span { border-color: #780B05; }
span { border-color: rgb(120,11,5); }
td.TdClassName
{
border-color: #780B05;
}
.TagClassName
{
border-color: #780B05;
}
</style>