Shades of Maroon #760F01
Tints of Maroon #760F01
RGB
CMYK
RGB Variations
Color information
#760F01 (or 0x760F01) is known color: Maroon. HEX triplet: 76, 0F and 01. RGB value is (118,15,1). Sum of RGB (Red+Green+Blue) = 118+15+1=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #760F01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760F01 is #89F0FE. Grayscale: #2C2C2C. Windows color (decimal): -9040127 or 69494. OLE color: 69494.
HSL color Cylindrical-coordinate representation of color #760F01: hue angle of 7.18º 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 #760F01 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 15 | 1 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.54 |
| HSL | 7.18º | 0.98% | 0.23% | - |
| HSV(B) | 7.18º | 0.99% | 0.46% | - |
| XYZ | 7.65 | 4.2 | 0.44 | - |
| YUV | 44.2 | 103.62 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 15 | 1 | 0 | 0.87 | 0.99 | 0.54 | 7.18 | 0.98 | 0.23 |
| Hex | 76 | F | 1 | 0 | 57 | 63 | 36 | 7 | 62 | 17 |
| Octal | 166 | 17 | 1 | 0 | 127 | 143 | 66 | 7 | 142 | 27 |
| Binary | 1110110 | 1111 | 1 | 0 | 1010111 | 1100011 | 110110 | 111 | 1100010 | 10111 |
Color Harmonies of #760F01
Complementary color
Monochromatic Colors of #760F01
Black with #760F01
Text Example
Text Example
White with #760F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760F01; }
p { color: rgb(118,15,1); }
H1.HeaderClassName
{
color: #760F01;
}
.AnyTagClassName
{
color: #760F01;
}
</style>
background-color css
<style>
a { background-color: #760F01; }
a { background-color: rgb(118,15,1); }
div.DivClassName
{
background-color: #760F01;
}
.BgClassName
{
background-color: #760F01;
}
</style>
border-color css
<style>
span { border-color: #760F01; }
span { border-color: rgb(118,15,1); }
td.TdClassName
{
border-color: #760F01;
}
.TagClassName
{
border-color: #760F01;
}
</style>