Shades of Maroon #780D08
Tints of Maroon #780D08
RGB
CMYK
RGB Variations
Color information
#780D08 (or 0x780D08) is known color: Maroon. HEX triplet: 78, 0D and 08. RGB value is (120,13,8). Sum of RGB (Red+Green+Blue) = 120+13+8=141 (18% of max value = 765). Red value is 120 (47.27% from 255 or 85.11% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 120 - color contains mainly: red. Hex color #780D08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780D08 is #87F2F7. Grayscale: #2C2C2C. Windows color (decimal): -8909560 or 527736. OLE color: 527736.
HSL color Cylindrical-coordinate representation of color #780D08: hue angle of 2.68º 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 #780D08 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 13 | 8 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.53 |
| HSL | 2.68º | 0.88% | 0.25% | - |
| HSV(B) | 2.68º | 0.93% | 0.47% | - |
| XYZ | 7.93 | 4.3 | 0.64 | - |
| YUV | 44.42 | 107.45 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 13 | 8 | 0 | 0.89 | 0.93 | 0.53 | 2.68 | 0.88 | 0.25 |
| Hex | 78 | D | 8 | 0 | 59 | 5D | 35 | 3 | 58 | 19 |
| Octal | 170 | 15 | 10 | 0 | 131 | 135 | 65 | 3 | 130 | 31 |
| Binary | 1111000 | 1101 | 1000 | 0 | 1011001 | 1011101 | 110101 | 11 | 1011000 | 11001 |
Color Harmonies of #780D08
Complementary color
Monochromatic Colors of #780D08
Black with #780D08
Text Example
Text Example
White with #780D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780D08; }
p { color: rgb(120,13,8); }
H1.HeaderClassName
{
color: #780D08;
}
.AnyTagClassName
{
color: #780D08;
}
</style>
background-color css
<style>
a { background-color: #780D08; }
a { background-color: rgb(120,13,8); }
div.DivClassName
{
background-color: #780D08;
}
.BgClassName
{
background-color: #780D08;
}
</style>
border-color css
<style>
span { border-color: #780D08; }
span { border-color: rgb(120,13,8); }
td.TdClassName
{
border-color: #780D08;
}
.TagClassName
{
border-color: #780D08;
}
</style>