Shades of Maroon #760F09
Tints of Maroon #760F09
RGB
CMYK
RGB Variations
Color information
#760F09 (or 0x760F09) is known color: Maroon. HEX triplet: 76, 0F and 09. RGB value is (118,15,9). Sum of RGB (Red+Green+Blue) = 118+15+9=142 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.10% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 9 (3.91% from 255 or 6.34% from 142); Max value from RGB is 118 - color contains mainly: red. Hex color #760F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F09 is #89F0F6. Grayscale: #2D2D2D. Windows color (decimal): -9040119 or 593782. OLE color: 593782.
HSL color Cylindrical-coordinate representation of color #760F09: hue angle of 3.3º 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 #760F09 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 9 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.54 |
| HSL | 3.3º | 0.86% | 0.25% | - |
| HSV(B) | 3.3º | 0.92% | 0.46% | - |
| XYZ | 7.69 | 4.21 | 0.67 | - |
| YUV | 45.11 | 107.62 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 9 | 0 | 0.87 | 0.92 | 0.54 | 3.3 | 0.86 | 0.25 |
| Hex | 76 | F | 9 | 0 | 57 | 5C | 36 | 3 | 56 | 19 |
| Octal | 166 | 17 | 11 | 0 | 127 | 134 | 66 | 3 | 126 | 31 |
| Binary | 1110110 | 1111 | 1001 | 0 | 1010111 | 1011100 | 110110 | 11 | 1010110 | 11001 |
Color Harmonies of #760F09
Complementary color
Monochromatic Colors of #760F09
Black with #760F09
Text Example
Text Example
White with #760F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F09; }
p { color: rgb(118,15,9); }
H1.HeaderClassName
{
color: #760F09;
}
.AnyTagClassName
{
color: #760F09;
}
</style>
background-color css
<style>
a { background-color: #760F09; }
a { background-color: rgb(118,15,9); }
div.DivClassName
{
background-color: #760F09;
}
.BgClassName
{
background-color: #760F09;
}
</style>
border-color css
<style>
span { border-color: #760F09; }
span { border-color: rgb(118,15,9); }
td.TdClassName
{
border-color: #760F09;
}
.TagClassName
{
border-color: #760F09;
}
</style>