Shades of Maroon #760C09
Tints of Maroon #760C09
RGB
CMYK
RGB Variations
Color information
#760C09 (or 0x760C09) is known color: Maroon. HEX triplet: 76, 0C and 09. RGB value is (118,12,9). Sum of RGB (Red+Green+Blue) = 118+12+9=139 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.89% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 118 - color contains mainly: red. Hex color #760C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C09 is #89F3F6. Grayscale: #2B2B2B. Windows color (decimal): -9040887 or 593014. OLE color: 593014.
HSL color Cylindrical-coordinate representation of color #760C09: hue angle of 1.65º 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 #760C09 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 9 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.54 |
| HSL | 1.65º | 0.86% | 0.25% | - |
| HSV(B) | 1.65º | 0.92% | 0.46% | - |
| XYZ | 7.65 | 4.13 | 0.65 | - |
| YUV | 43.35 | 108.62 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 9 | 0 | 0.90 | 0.92 | 0.54 | 1.65 | 0.86 | 0.25 |
| Hex | 76 | C | 9 | 0 | 5A | 5C | 36 | 2 | 56 | 19 |
| Octal | 166 | 14 | 11 | 0 | 132 | 134 | 66 | 2 | 126 | 31 |
| Binary | 1110110 | 1100 | 1001 | 0 | 1011010 | 1011100 | 110110 | 10 | 1010110 | 11001 |
Color Harmonies of #760C09
Complementary color
Monochromatic Colors of #760C09
Black with #760C09
Text Example
Text Example
White with #760C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C09; }
p { color: rgb(118,12,9); }
H1.HeaderClassName
{
color: #760C09;
}
.AnyTagClassName
{
color: #760C09;
}
</style>
background-color css
<style>
a { background-color: #760C09; }
a { background-color: rgb(118,12,9); }
div.DivClassName
{
background-color: #760C09;
}
.BgClassName
{
background-color: #760C09;
}
</style>
border-color css
<style>
span { border-color: #760C09; }
span { border-color: rgb(118,12,9); }
td.TdClassName
{
border-color: #760C09;
}
.TagClassName
{
border-color: #760C09;
}
</style>