Shades of Maroon #750501
Tints of Maroon #750501
RGB
CMYK
RGB Variations
Color information
#750501 (or 0x750501) is known color: Maroon. HEX triplet: 75, 05 and 01. RGB value is (117,5,1). Sum of RGB (Red+Green+Blue) = 117+5+1=123 (16% of max value = 765). Red value is 117 (46.09% from 255 or 95.12% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 117 - color contains mainly: red. Hex color #750501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750501 is #8AFAFE. Grayscale: #262626. Windows color (decimal): -9108223 or 66933. OLE color: 66933.
HSL color Cylindrical-coordinate representation of color #750501: hue angle of 2.07º 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 #750501 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.54 |
| HSL | 2.07º | 0.98% | 0.23% | - |
| HSV(B) | 2.07º | 0.99% | 0.46% | - |
| XYZ | 7.4 | 3.89 | 0.39 | - |
| YUV | 38.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 1 | 0 | 0.96 | 0.99 | 0.54 | 2.07 | 0.98 | 0.23 |
| Hex | 75 | 5 | 1 | 0 | 60 | 63 | 36 | 2 | 62 | 17 |
| Octal | 165 | 5 | 1 | 0 | 140 | 143 | 66 | 2 | 142 | 27 |
| Binary | 1110101 | 101 | 1 | 0 | 1100000 | 1100011 | 110110 | 10 | 1100010 | 10111 |
Color Harmonies of #750501
Complementary color
Monochromatic Colors of #750501
Black with #750501
Text Example
Text Example
White with #750501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750501; }
p { color: rgb(117,5,1); }
H1.HeaderClassName
{
color: #750501;
}
.AnyTagClassName
{
color: #750501;
}
</style>
background-color css
<style>
a { background-color: #750501; }
a { background-color: rgb(117,5,1); }
div.DivClassName
{
background-color: #750501;
}
.BgClassName
{
background-color: #750501;
}
</style>
border-color css
<style>
span { border-color: #750501; }
span { border-color: rgb(117,5,1); }
td.TdClassName
{
border-color: #750501;
}
.TagClassName
{
border-color: #750501;
}
</style>