Shades of Maroon #760B05
Tints of Maroon #760B05
RGB
CMYK
RGB Variations
Color information
#760B05 (or 0x760B05) is known color: Maroon. HEX triplet: 76, 0B and 05. RGB value is (118,11,5). Sum of RGB (Red+Green+Blue) = 118+11+5=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #760B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B05 is #89F4FA. Grayscale: #2A2A2A. Windows color (decimal): -9041147 or 330614. OLE color: 330614.
HSL color Cylindrical-coordinate representation of color #760B05: hue angle of 3.19º 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 #760B05 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 5 | - |
| CMYK | 0 | 0.91 | 0.96 | 0.54 |
| HSL | 3.19º | 0.92% | 0.24% | - |
| HSV(B) | 3.19º | 0.96% | 0.46% | - |
| XYZ | 7.62 | 4.1 | 0.53 | - |
| YUV | 42.31 | 106.95 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 5 | 0 | 0.91 | 0.96 | 0.54 | 3.19 | 0.92 | 0.24 |
| Hex | 76 | B | 5 | 0 | 5B | 60 | 36 | 3 | 5C | 18 |
| Octal | 166 | 13 | 5 | 0 | 133 | 140 | 66 | 3 | 134 | 30 |
| Binary | 1110110 | 1011 | 101 | 0 | 1011011 | 1100000 | 110110 | 11 | 1011100 | 11000 |
Color Harmonies of #760B05
Complementary color
Monochromatic Colors of #760B05
Black with #760B05
Text Example
Text Example
White with #760B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B05; }
p { color: rgb(118,11,5); }
H1.HeaderClassName
{
color: #760B05;
}
.AnyTagClassName
{
color: #760B05;
}
</style>
background-color css
<style>
a { background-color: #760B05; }
a { background-color: rgb(118,11,5); }
div.DivClassName
{
background-color: #760B05;
}
.BgClassName
{
background-color: #760B05;
}
</style>
border-color css
<style>
span { border-color: #760B05; }
span { border-color: rgb(118,11,5); }
td.TdClassName
{
border-color: #760B05;
}
.TagClassName
{
border-color: #760B05;
}
</style>