Shades of Maroon #760C01
Tints of Maroon #760C01
RGB
CMYK
RGB Variations
Color information
#760C01 (or 0x760C01) is known color: Maroon. HEX triplet: 76, 0C and 01. RGB value is (118,12,1). Sum of RGB (Red+Green+Blue) = 118+12+1=131 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.08% from 131); Green value is 12 (5.08% from 255 or 9.16% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 118 - color contains mainly: red. Hex color #760C01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760C01 is #89F3FE. Grayscale: #2A2A2A. Windows color (decimal): -9040895 or 68726. OLE color: 68726.
HSL color Cylindrical-coordinate representation of color #760C01: hue angle of 5.64º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #760C01 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 12 | 1 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.54 |
| HSL | 5.64º | 0.98% | 0.23% | - |
| HSV(B) | 5.64º | 0.99% | 0.46% | - |
| XYZ | 7.61 | 4.12 | 0.42 | - |
| YUV | 42.44 | 104.62 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 12 | 1 | 0 | 0.90 | 0.99 | 0.54 | 5.64 | 0.98 | 0.23 |
| Hex | 76 | C | 1 | 0 | 5A | 63 | 36 | 6 | 62 | 17 |
| Octal | 166 | 14 | 1 | 0 | 132 | 143 | 66 | 6 | 142 | 27 |
| Binary | 1110110 | 1100 | 1 | 0 | 1011010 | 1100011 | 110110 | 110 | 1100010 | 10111 |
Color Harmonies of #760C01
Complementary color
Monochromatic Colors of #760C01
Black with #760C01
Text Example
Text Example
White with #760C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760C01; }
p { color: rgb(118,12,1); }
H1.HeaderClassName
{
color: #760C01;
}
.AnyTagClassName
{
color: #760C01;
}
</style>
background-color css
<style>
a { background-color: #760C01; }
a { background-color: rgb(118,12,1); }
div.DivClassName
{
background-color: #760C01;
}
.BgClassName
{
background-color: #760C01;
}
</style>
border-color css
<style>
span { border-color: #760C01; }
span { border-color: rgb(118,12,1); }
td.TdClassName
{
border-color: #760C01;
}
.TagClassName
{
border-color: #760C01;
}
</style>