Shades of Maroon #760B09
Tints of Maroon #760B09
RGB
CMYK
RGB Variations
Color information
#760B09 (or 0x760B09) is known color: Maroon. HEX triplet: 76, 0B and 09. RGB value is (118,11,9). Sum of RGB (Red+Green+Blue) = 118+11+9=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 11 (4.69% from 255 or 7.97% from 138); Blue value is 9 (3.91% from 255 or 6.52% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #760B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B09 is #89F4F6. Grayscale: #2A2A2A. Windows color (decimal): -9041143 or 592758. OLE color: 592758.
HSL color Cylindrical-coordinate representation of color #760B09: hue angle of 1.1º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #760B09 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 9 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.54 |
| HSL | 1.1º | 0.86% | 0.25% | - |
| HSV(B) | 1.1º | 0.92% | 0.46% | - |
| XYZ | 7.64 | 4.11 | 0.65 | - |
| YUV | 42.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 9 | 0 | 0.91 | 0.92 | 0.54 | 1.1 | 0.86 | 0.25 |
| Hex | 76 | B | 9 | 0 | 5B | 5C | 36 | 1 | 56 | 19 |
| Octal | 166 | 13 | 11 | 0 | 133 | 134 | 66 | 1 | 126 | 31 |
| Binary | 1110110 | 1011 | 1001 | 0 | 1011011 | 1011100 | 110110 | 1 | 1010110 | 11001 |
Color Harmonies of #760B09
Complementary color
Monochromatic Colors of #760B09
Black with #760B09
Text Example
Text Example
White with #760B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B09; }
p { color: rgb(118,11,9); }
H1.HeaderClassName
{
color: #760B09;
}
.AnyTagClassName
{
color: #760B09;
}
</style>
background-color css
<style>
a { background-color: #760B09; }
a { background-color: rgb(118,11,9); }
div.DivClassName
{
background-color: #760B09;
}
.BgClassName
{
background-color: #760B09;
}
</style>
border-color css
<style>
span { border-color: #760B09; }
span { border-color: rgb(118,11,9); }
td.TdClassName
{
border-color: #760B09;
}
.TagClassName
{
border-color: #760B09;
}
</style>