Shades of Maroon #750F00
Tints of Maroon #750F00
RGB
CMYK
RGB Variations
Color information
#750F00 (or 0x750F00) is known color: Maroon. HEX triplet: 75, 0F and 00. RGB value is (117,15,0). Sum of RGB (Red+Green+Blue) = 117+15+0=132 (17% of max value = 765). Red value is 117 (46.09% from 255 or 88.64% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 0 (0.39% from 255 or 0% from 132); Max value from RGB is 117 - color contains mainly: red. Hex color #750F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750F00 is #8AF0FF. Grayscale: #2B2B2B. Windows color (decimal): -9105664 or 3957. OLE color: 3957.
HSL color Cylindrical-coordinate representation of color #750F00: hue angle of 7.69º 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 #750F00 is Cyan = 0, Magento = 0.87, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 15 | 0 | - |
| CMYK | 0 | 0.87 | 1 | 0.54 |
| HSL | 7.69º | 1% | 0.23% | - |
| HSV(B) | 7.69º | 1% | 0.46% | - |
| XYZ | 7.51 | 4.12 | 0.4 | - |
| YUV | 43.79 | 103.29 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 15 | 0 | 0 | 0.87 | 1 | 0.54 | 7.69 | 1 | 0.23 |
| Hex | 75 | F | 0 | 0 | 57 | 64 | 36 | 8 | 64 | 17 |
| Octal | 165 | 17 | 0 | 0 | 127 | 144 | 66 | 10 | 144 | 27 |
| Binary | 1110101 | 1111 | 0 | 0 | 1010111 | 1100100 | 110110 | 1000 | 1100100 | 10111 |
Color Harmonies of #750F00
Complementary color
Monochromatic Colors of #750F00
Black with #750F00
Text Example
Text Example
White with #750F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750F00; }
p { color: rgb(117,15,0); }
H1.HeaderClassName
{
color: #750F00;
}
.AnyTagClassName
{
color: #750F00;
}
</style>
background-color css
<style>
a { background-color: #750F00; }
a { background-color: rgb(117,15,0); }
div.DivClassName
{
background-color: #750F00;
}
.BgClassName
{
background-color: #750F00;
}
</style>
border-color css
<style>
span { border-color: #750F00; }
span { border-color: rgb(117,15,0); }
td.TdClassName
{
border-color: #750F00;
}
.TagClassName
{
border-color: #750F00;
}
</style>