Shades of Maroon #750D00
Tints of Maroon #750D00
RGB
CMYK
RGB Variations
Color information
#750D00 (or 0x750D00) is known color: Maroon. HEX triplet: 75, 0D and 00. RGB value is (117,13,0). Sum of RGB (Red+Green+Blue) = 117+13+0=130 (17% of max value = 765). Red value is 117 (46.09% from 255 or 90% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 117 - color contains mainly: red. Hex color #750D00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750D00 is #8AF2FF. Grayscale: #2A2A2A. Windows color (decimal): -9106176 or 3445. OLE color: 3445.
HSL color Cylindrical-coordinate representation of color #750D00: hue angle of 6.67º 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 #750D00 is Cyan = 0, Magento = 0.89, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 13 | 0 | - |
| CMYK | 0 | 0.89 | 1 | 0.54 |
| HSL | 6.67º | 1% | 0.23% | - |
| HSV(B) | 6.67º | 1% | 0.46% | - |
| XYZ | 7.48 | 4.07 | 0.39 | - |
| YUV | 42.61 | 103.96 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 13 | 0 | 0 | 0.89 | 1 | 0.54 | 6.67 | 1 | 0.23 |
| Hex | 75 | D | 0 | 0 | 59 | 64 | 36 | 7 | 64 | 17 |
| Octal | 165 | 15 | 0 | 0 | 131 | 144 | 66 | 7 | 144 | 27 |
| Binary | 1110101 | 1101 | 0 | 0 | 1011001 | 1100100 | 110110 | 111 | 1100100 | 10111 |
Color Harmonies of #750D00
Complementary color
Monochromatic Colors of #750D00
Black with #750D00
Text Example
Text Example
White with #750D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750D00; }
p { color: rgb(117,13,0); }
H1.HeaderClassName
{
color: #750D00;
}
.AnyTagClassName
{
color: #750D00;
}
</style>
background-color css
<style>
a { background-color: #750D00; }
a { background-color: rgb(117,13,0); }
div.DivClassName
{
background-color: #750D00;
}
.BgClassName
{
background-color: #750D00;
}
</style>
border-color css
<style>
span { border-color: #750D00; }
span { border-color: rgb(117,13,0); }
td.TdClassName
{
border-color: #750D00;
}
.TagClassName
{
border-color: #750D00;
}
</style>