Shades of Maroon #751201
Tints of Maroon #751201
RGB
CMYK
RGB Variations
Color information
#751201 (or 0x751201) is known color: Maroon. HEX triplet: 75, 12 and 01. RGB value is (117,18,1). Sum of RGB (Red+Green+Blue) = 117+18+1=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #751201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751201 is #8AEDFE. Grayscale: #2D2D2D. Windows color (decimal): -9104895 or 70261. OLE color: 70261.
HSL color Cylindrical-coordinate representation of color #751201: hue angle of 8.79º 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 #751201 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 18 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.54 |
| HSL | 8.79º | 0.98% | 0.23% | - |
| HSV(B) | 8.79º | 0.99% | 0.46% | - |
| XYZ | 7.56 | 4.22 | 0.44 | - |
| YUV | 45.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 18 | 1 | 0 | 0.85 | 0.99 | 0.54 | 8.79 | 0.98 | 0.23 |
| Hex | 75 | 12 | 1 | 0 | 55 | 63 | 36 | 9 | 62 | 17 |
| Octal | 165 | 22 | 1 | 0 | 125 | 143 | 66 | 11 | 142 | 27 |
| Binary | 1110101 | 10010 | 1 | 0 | 1010101 | 1100011 | 110110 | 1001 | 1100010 | 10111 |
Color Harmonies of #751201
Complementary color
Monochromatic Colors of #751201
Black with #751201
Text Example
Text Example
White with #751201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751201; }
p { color: rgb(117,18,1); }
H1.HeaderClassName
{
color: #751201;
}
.AnyTagClassName
{
color: #751201;
}
</style>
background-color css
<style>
a { background-color: #751201; }
a { background-color: rgb(117,18,1); }
div.DivClassName
{
background-color: #751201;
}
.BgClassName
{
background-color: #751201;
}
</style>
border-color css
<style>
span { border-color: #751201; }
span { border-color: rgb(117,18,1); }
td.TdClassName
{
border-color: #751201;
}
.TagClassName
{
border-color: #751201;
}
</style>