Shades of Maroon #760B01
Tints of Maroon #760B01
RGB
CMYK
RGB Variations
Color information
#760B01 (or 0x760B01) is known color: Maroon. HEX triplet: 76, 0B and 01. RGB value is (118,11,1). Sum of RGB (Red+Green+Blue) = 118+11+1=130 (17% of max value = 765). Red value is 118 (46.48% from 255 or 90.77% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 118 - color contains mainly: red. Hex color #760B01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B01 is #89F4FE. Grayscale: #2A2A2A. Windows color (decimal): -9041151 or 68470. OLE color: 68470.
HSL color Cylindrical-coordinate representation of color #760B01: hue angle of 5.13º 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 #760B01 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.54 |
| HSL | 5.13º | 0.98% | 0.23% | - |
| HSV(B) | 5.13º | 0.99% | 0.46% | - |
| XYZ | 7.6 | 4.09 | 0.42 | - |
| YUV | 41.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 1 | 0 | 0.91 | 0.99 | 0.54 | 5.13 | 0.98 | 0.23 |
| Hex | 76 | B | 1 | 0 | 5B | 63 | 36 | 5 | 62 | 17 |
| Octal | 166 | 13 | 1 | 0 | 133 | 143 | 66 | 5 | 142 | 27 |
| Binary | 1110110 | 1011 | 1 | 0 | 1011011 | 1100011 | 110110 | 101 | 1100010 | 10111 |
Color Harmonies of #760B01
Complementary color
Monochromatic Colors of #760B01
Black with #760B01
Text Example
Text Example
White with #760B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B01; }
p { color: rgb(118,11,1); }
H1.HeaderClassName
{
color: #760B01;
}
.AnyTagClassName
{
color: #760B01;
}
</style>
background-color css
<style>
a { background-color: #760B01; }
a { background-color: rgb(118,11,1); }
div.DivClassName
{
background-color: #760B01;
}
.BgClassName
{
background-color: #760B01;
}
</style>
border-color css
<style>
span { border-color: #760B01; }
span { border-color: rgb(118,11,1); }
td.TdClassName
{
border-color: #760B01;
}
.TagClassName
{
border-color: #760B01;
}
</style>