Shades of Maroon #750701
Tints of Maroon #750701
RGB
CMYK
RGB Variations
Color information
#750701 (or 0x750701) is known color: Maroon. HEX triplet: 75, 07 and 01. RGB value is (117,7,1). Sum of RGB (Red+Green+Blue) = 117+7+1=125 (16% of max value = 765). Red value is 117 (46.09% from 255 or 93.6% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 117 - color contains mainly: red. Hex color #750701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750701 is #8AF8FE. Grayscale: #272727. Windows color (decimal): -9107711 or 67445. OLE color: 67445.
HSL color Cylindrical-coordinate representation of color #750701: hue angle of 3.1º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750701 is Cyan = 0, Magento = 0.94, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 7 | 1 | - |
| CMYK | 0 | 0.94 | 0.99 | 0.54 |
| HSL | 3.1º | 0.98% | 0.23% | - |
| HSV(B) | 3.1º | 0.99% | 0.46% | - |
| XYZ | 7.42 | 3.94 | 0.4 | - |
| YUV | 39.21 | 106.44 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 7 | 1 | 0 | 0.94 | 0.99 | 0.54 | 3.1 | 0.98 | 0.23 |
| Hex | 75 | 7 | 1 | 0 | 5E | 63 | 36 | 3 | 62 | 17 |
| Octal | 165 | 7 | 1 | 0 | 136 | 143 | 66 | 3 | 142 | 27 |
| Binary | 1110101 | 111 | 1 | 0 | 1011110 | 1100011 | 110110 | 11 | 1100010 | 10111 |
Color Harmonies of #750701
Complementary color
Monochromatic Colors of #750701
Black with #750701
Text Example
Text Example
White with #750701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750701; }
p { color: rgb(117,7,1); }
H1.HeaderClassName
{
color: #750701;
}
.AnyTagClassName
{
color: #750701;
}
</style>
background-color css
<style>
a { background-color: #750701; }
a { background-color: rgb(117,7,1); }
div.DivClassName
{
background-color: #750701;
}
.BgClassName
{
background-color: #750701;
}
</style>
border-color css
<style>
span { border-color: #750701; }
span { border-color: rgb(117,7,1); }
td.TdClassName
{
border-color: #750701;
}
.TagClassName
{
border-color: #750701;
}
</style>