Shades of Maroon #781105
Tints of Maroon #781105
RGB
CMYK
RGB Variations
Color information
#781105 (or 0x781105) is known color: Maroon. HEX triplet: 78, 11 and 05. RGB value is (120,17,5). Sum of RGB (Red+Green+Blue) = 120+17+5=142 (18% of max value = 765). Red value is 120 (47.27% from 255 or 84.51% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 120 - color contains mainly: red. Hex color #781105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #781105 is #87EEFA. Grayscale: #2E2E2E. Windows color (decimal): -8908539 or 332152. OLE color: 332152.
HSL color Cylindrical-coordinate representation of color #781105: hue angle of 6.26º 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 #781105 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 17 | 5 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.53 |
| HSL | 6.26º | 0.92% | 0.25% | - |
| HSV(B) | 6.26º | 0.96% | 0.47% | - |
| XYZ | 7.97 | 4.4 | 0.57 | - |
| YUV | 46.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 17 | 5 | 0 | 0.86 | 0.96 | 0.53 | 6.26 | 0.92 | 0.25 |
| Hex | 78 | 11 | 5 | 0 | 56 | 60 | 35 | 6 | 5C | 19 |
| Octal | 170 | 21 | 5 | 0 | 126 | 140 | 65 | 6 | 134 | 31 |
| Binary | 1111000 | 10001 | 101 | 0 | 1010110 | 1100000 | 110101 | 110 | 1011100 | 11001 |
Color Harmonies of #781105
Complementary color
Monochromatic Colors of #781105
Black with #781105
Text Example
Text Example
White with #781105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #781105; }
p { color: rgb(120,17,5); }
H1.HeaderClassName
{
color: #781105;
}
.AnyTagClassName
{
color: #781105;
}
</style>
background-color css
<style>
a { background-color: #781105; }
a { background-color: rgb(120,17,5); }
div.DivClassName
{
background-color: #781105;
}
.BgClassName
{
background-color: #781105;
}
</style>
border-color css
<style>
span { border-color: #781105; }
span { border-color: rgb(120,17,5); }
td.TdClassName
{
border-color: #781105;
}
.TagClassName
{
border-color: #781105;
}
</style>