Shades of Maroon #761005
Tints of Maroon #761005
RGB
CMYK
RGB Variations
Color information
#761005 (or 0x761005) is known color: Maroon. HEX triplet: 76, 10 and 05. RGB value is (118,16,5). Sum of RGB (Red+Green+Blue) = 118+16+5=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #761005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761005 is #89EFFA. Grayscale: #2D2D2D. Windows color (decimal): -9039867 or 331894. OLE color: 331894.
HSL color Cylindrical-coordinate representation of color #761005: hue angle of 5.84º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #761005 is Cyan = 0, Magento = 0.86, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 16 | 5 | - |
| CMYK | 0 | 0.86 | 0.96 | 0.54 |
| HSL | 5.84º | 0.92% | 0.24% | - |
| HSV(B) | 5.84º | 0.96% | 0.46% | - |
| XYZ | 7.68 | 4.23 | 0.56 | - |
| YUV | 45.24 | 105.29 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 16 | 5 | 0 | 0.86 | 0.96 | 0.54 | 5.84 | 0.92 | 0.24 |
| Hex | 76 | 10 | 5 | 0 | 56 | 60 | 36 | 6 | 5C | 18 |
| Octal | 166 | 20 | 5 | 0 | 126 | 140 | 66 | 6 | 134 | 30 |
| Binary | 1110110 | 10000 | 101 | 0 | 1010110 | 1100000 | 110110 | 110 | 1011100 | 11000 |
Color Harmonies of #761005
Complementary color
Monochromatic Colors of #761005
Black with #761005
Text Example
Text Example
White with #761005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761005; }
p { color: rgb(118,16,5); }
H1.HeaderClassName
{
color: #761005;
}
.AnyTagClassName
{
color: #761005;
}
</style>
background-color css
<style>
a { background-color: #761005; }
a { background-color: rgb(118,16,5); }
div.DivClassName
{
background-color: #761005;
}
.BgClassName
{
background-color: #761005;
}
</style>
border-color css
<style>
span { border-color: #761005; }
span { border-color: rgb(118,16,5); }
td.TdClassName
{
border-color: #761005;
}
.TagClassName
{
border-color: #761005;
}
</style>