Shades of Maroon #750901
Tints of Maroon #750901
RGB
CMYK
RGB Variations
Color information
#750901 (or 0x750901) is known color: Maroon. HEX triplet: 75, 09 and 01. RGB value is (117,9,1). Sum of RGB (Red+Green+Blue) = 117+9+1=127 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.13% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 1 (0.78% from 255 or 0.79% from 127); Max value from RGB is 117 - color contains mainly: red. Hex color #750901 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750901 is #8AF6FE. Grayscale: #282828. Windows color (decimal): -9107199 or 67957. OLE color: 67957.
HSL color Cylindrical-coordinate representation of color #750901: hue angle of 4.14º 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 #750901 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 9 | 1 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.54 |
| HSL | 4.14º | 0.98% | 0.23% | - |
| HSV(B) | 4.14º | 0.99% | 0.46% | - |
| XYZ | 7.44 | 3.98 | 0.4 | - |
| YUV | 40.38 | 105.78 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 9 | 1 | 0 | 0.92 | 0.99 | 0.54 | 4.14 | 0.98 | 0.23 |
| Hex | 75 | 9 | 1 | 0 | 5C | 63 | 36 | 4 | 62 | 17 |
| Octal | 165 | 11 | 1 | 0 | 134 | 143 | 66 | 4 | 142 | 27 |
| Binary | 1110101 | 1001 | 1 | 0 | 1011100 | 1100011 | 110110 | 100 | 1100010 | 10111 |
Color Harmonies of #750901
Complementary color
Monochromatic Colors of #750901
Black with #750901
Text Example
Text Example
White with #750901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750901; }
p { color: rgb(117,9,1); }
H1.HeaderClassName
{
color: #750901;
}
.AnyTagClassName
{
color: #750901;
}
</style>
background-color css
<style>
a { background-color: #750901; }
a { background-color: rgb(117,9,1); }
div.DivClassName
{
background-color: #750901;
}
.BgClassName
{
background-color: #750901;
}
</style>
border-color css
<style>
span { border-color: #750901; }
span { border-color: rgb(117,9,1); }
td.TdClassName
{
border-color: #750901;
}
.TagClassName
{
border-color: #750901;
}
</style>