Shades of Maroon #750C0B
Tints of Maroon #750C0B
RGB
CMYK
RGB Variations
Color information
#750C0B (or 0x750C0B) is known color: Maroon. HEX triplet: 75, 0C and 0B. RGB value is (117,12,11). Sum of RGB (Red+Green+Blue) = 117+12+11=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 11 (4.69% from 255 or 7.86% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750C0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750C0B is #8AF3F4. Grayscale: #2B2B2B. Windows color (decimal): -9106421 or 724085. OLE color: 724085.
HSL color Cylindrical-coordinate representation of color #750C0B: hue angle of 0.57º 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 #750C0B is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 12 | 11 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.54 |
| HSL | 0.57º | 0.83% | 0.25% | - |
| HSV(B) | 0.57º | 0.91% | 0.46% | - |
| XYZ | 7.53 | 4.07 | 0.71 | - |
| YUV | 43.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 12 | 11 | 0 | 0.90 | 0.91 | 0.54 | 0.57 | 0.83 | 0.25 |
| Hex | 75 | C | B | 0 | 5A | 5B | 36 | 1 | 53 | 19 |
| Octal | 165 | 14 | 13 | 0 | 132 | 133 | 66 | 1 | 123 | 31 |
| Binary | 1110101 | 1100 | 1011 | 0 | 1011010 | 1011011 | 110110 | 1 | 1010011 | 11001 |
Color Harmonies of #750C0B
Complementary color
Monochromatic Colors of #750C0B
Black with #750C0B
Text Example
Text Example
White with #750C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750C0B; }
p { color: rgb(117,12,11); }
H1.HeaderClassName
{
color: #750C0B;
}
.AnyTagClassName
{
color: #750C0B;
}
</style>
background-color css
<style>
a { background-color: #750C0B; }
a { background-color: rgb(117,12,11); }
div.DivClassName
{
background-color: #750C0B;
}
.BgClassName
{
background-color: #750C0B;
}
</style>
border-color css
<style>
span { border-color: #750C0B; }
span { border-color: rgb(117,12,11); }
td.TdClassName
{
border-color: #750C0B;
}
.TagClassName
{
border-color: #750C0B;
}
</style>