Shades of Maroon #750A0A
Tints of Maroon #750A0A
RGB
CMYK
RGB Variations
Color information
#750A0A (or 0x750A0A) is known color: Maroon. HEX triplet: 75, 0A and 0A. RGB value is (117,10,10). Sum of RGB (Red+Green+Blue) = 117+10+10=137 (18% of max value = 765). Red value is 117 (46.09% from 255 or 85.40% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 10 (4.30% from 255 or 7.30% from 137); Max value from RGB is 117 - color contains mainly: red. Hex color #750A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A0A is #8AF5F5. Grayscale: #2A2A2A. Windows color (decimal): -9106934 or 658037. OLE color: 658037.
HSL color Cylindrical-coordinate representation of color #750A0A: hue angle of 0º degrees, saturation: 0.84, 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 #750A0A is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 10 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.54 |
| HSL | 0º | 0.84% | 0.25% | - |
| HSV(B) | 0º | 0.91% | 0.46% | - |
| XYZ | 7.5 | 4.02 | 0.67 | - |
| YUV | 41.99 | 109.95 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 10 | 0 | 0.91 | 0.91 | 0.54 | 0 | 0.84 | 0.25 |
| Hex | 75 | A | A | 0 | 5B | 5B | 36 | 0 | 54 | 19 |
| Octal | 165 | 12 | 12 | 0 | 133 | 133 | 66 | 0 | 124 | 31 |
| Binary | 1110101 | 1010 | 1010 | 0 | 1011011 | 1011011 | 110110 | 0 | 1010100 | 11001 |
Color Harmonies of #750A0A
Complementary color
Monochromatic Colors of #750A0A
Black with #750A0A
Text Example
Text Example
White with #750A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A0A; }
p { color: rgb(117,10,10); }
H1.HeaderClassName
{
color: #750A0A;
}
.AnyTagClassName
{
color: #750A0A;
}
</style>
background-color css
<style>
a { background-color: #750A0A; }
a { background-color: rgb(117,10,10); }
div.DivClassName
{
background-color: #750A0A;
}
.BgClassName
{
background-color: #750A0A;
}
</style>
border-color css
<style>
span { border-color: #750A0A; }
span { border-color: rgb(117,10,10); }
td.TdClassName
{
border-color: #750A0A;
}
.TagClassName
{
border-color: #750A0A;
}
</style>