Shades of Maroon #760B0B
Tints of Maroon #760B0B
RGB
CMYK
RGB Variations
Color information
#760B0B (or 0x760B0B) is known color: Maroon. HEX triplet: 76, 0B and 0B. RGB value is (118,11,11). Sum of RGB (Red+Green+Blue) = 118+11+11=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #760B0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760B0B is #89F4F4. Grayscale: #2B2B2B. Windows color (decimal): -9041141 or 723830. OLE color: 723830.
HSL color Cylindrical-coordinate representation of color #760B0B: hue angle of 0º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #760B0B is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 11 | 11 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.54 |
| HSL | 0º | 0.83% | 0.25% | - |
| HSV(B) | 0º | 0.91% | 0.46% | - |
| XYZ | 7.65 | 4.12 | 0.71 | - |
| YUV | 42.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 11 | 11 | 0 | 0.91 | 0.91 | 0.54 | 0 | 0.83 | 0.25 |
| Hex | 76 | B | B | 0 | 5B | 5B | 36 | 0 | 53 | 19 |
| Octal | 166 | 13 | 13 | 0 | 133 | 133 | 66 | 0 | 123 | 31 |
| Binary | 1110110 | 1011 | 1011 | 0 | 1011011 | 1011011 | 110110 | 0 | 1010011 | 11001 |
Color Harmonies of #760B0B
Complementary color
Monochromatic Colors of #760B0B
Black with #760B0B
Text Example
Text Example
White with #760B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760B0B; }
p { color: rgb(118,11,11); }
H1.HeaderClassName
{
color: #760B0B;
}
.AnyTagClassName
{
color: #760B0B;
}
</style>
background-color css
<style>
a { background-color: #760B0B; }
a { background-color: rgb(118,11,11); }
div.DivClassName
{
background-color: #760B0B;
}
.BgClassName
{
background-color: #760B0B;
}
</style>
border-color css
<style>
span { border-color: #760B0B; }
span { border-color: rgb(118,11,11); }
td.TdClassName
{
border-color: #760B0B;
}
.TagClassName
{
border-color: #760B0B;
}
</style>