Shades of Maroon #750A00
Tints of Maroon #750A00
RGB
CMYK
RGB Variations
Color information
#750A00 (or 0x750A00) is known color: Maroon. HEX triplet: 75, 0A and 00. RGB value is (117,10,0). Sum of RGB (Red+Green+Blue) = 117+10+0=127 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.13% from 127); Green value is 10 (4.30% from 255 or 7.87% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 117 - color contains mainly: red. Hex color #750A00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750A00 is #8AF5FF. Grayscale: #292929. Windows color (decimal): -9106944 or 2677. OLE color: 2677.
HSL color Cylindrical-coordinate representation of color #750A00: hue angle of 5.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750A00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 10 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.54 |
| HSL | 5.13º | 1% | 0.23% | - |
| HSV(B) | 5.13º | 1% | 0.46% | - |
| XYZ | 7.44 | 4 | 0.38 | - |
| YUV | 40.85 | 104.95 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 10 | 0 | 0 | 0.91 | 1 | 0.54 | 5.13 | 1 | 0.23 |
| Hex | 75 | A | 0 | 0 | 5B | 64 | 36 | 5 | 64 | 17 |
| Octal | 165 | 12 | 0 | 0 | 133 | 144 | 66 | 5 | 144 | 27 |
| Binary | 1110101 | 1010 | 0 | 0 | 1011011 | 1100100 | 110110 | 101 | 1100100 | 10111 |
Color Harmonies of #750A00
Complementary color
Monochromatic Colors of #750A00
Black with #750A00
Text Example
Text Example
White with #750A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750A00; }
p { color: rgb(117,10,0); }
H1.HeaderClassName
{
color: #750A00;
}
.AnyTagClassName
{
color: #750A00;
}
</style>
background-color css
<style>
a { background-color: #750A00; }
a { background-color: rgb(117,10,0); }
div.DivClassName
{
background-color: #750A00;
}
.BgClassName
{
background-color: #750A00;
}
</style>
border-color css
<style>
span { border-color: #750A00; }
span { border-color: rgb(117,10,0); }
td.TdClassName
{
border-color: #750A00;
}
.TagClassName
{
border-color: #750A00;
}
</style>