Shades of Maroon #750201
Tints of Maroon #750201
RGB
CMYK
RGB Variations
Color information
#750201 (or 0x750201) is known color: Maroon. HEX triplet: 75, 02 and 01. RGB value is (117,2,1). Sum of RGB (Red+Green+Blue) = 117+2+1=120 (15% of max value = 765). Red value is 117 (46.09% from 255 or 97.5% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 117 - color contains mainly: red. Hex color #750201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750201 is #8AFDFE. Grayscale: #242424. Windows color (decimal): -9108991 or 66165. OLE color: 66165.
HSL color Cylindrical-coordinate representation of color #750201: hue angle of 0.52º 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 #750201 is Cyan = 0, Magento = 0.98, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 2 | 1 | - |
| CMYK | 0 | 0.98 | 0.99 | 0.54 |
| HSL | 0.52º | 0.98% | 0.23% | - |
| HSV(B) | 0.52º | 0.99% | 0.46% | - |
| XYZ | 7.36 | 3.83 | 0.38 | - |
| YUV | 36.27 | 108.1 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 2 | 1 | 0 | 0.98 | 0.99 | 0.54 | 0.52 | 0.98 | 0.23 |
| Hex | 75 | 2 | 1 | 0 | 62 | 63 | 36 | 1 | 62 | 17 |
| Octal | 165 | 2 | 1 | 0 | 142 | 143 | 66 | 1 | 142 | 27 |
| Binary | 1110101 | 10 | 1 | 0 | 1100010 | 1100011 | 110110 | 1 | 1100010 | 10111 |
Color Harmonies of #750201
Complementary color
Monochromatic Colors of #750201
Black with #750201
Text Example
Text Example
White with #750201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750201; }
p { color: rgb(117,2,1); }
H1.HeaderClassName
{
color: #750201;
}
.AnyTagClassName
{
color: #750201;
}
</style>
background-color css
<style>
a { background-color: #750201; }
a { background-color: rgb(117,2,1); }
div.DivClassName
{
background-color: #750201;
}
.BgClassName
{
background-color: #750201;
}
</style>
border-color css
<style>
span { border-color: #750201; }
span { border-color: rgb(117,2,1); }
td.TdClassName
{
border-color: #750201;
}
.TagClassName
{
border-color: #750201;
}
</style>