Shades of Maroon #751701
Tints of Maroon #751701
RGB
CMYK
RGB Variations
Color information
#751701 (or 0x751701) is known color: Maroon. HEX triplet: 75, 17 and 01. RGB value is (117,23,1). Sum of RGB (Red+Green+Blue) = 117+23+1=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751701 is #8AE8FE. Grayscale: #303030. Windows color (decimal): -9103615 or 71541. OLE color: 71541.
HSL color Cylindrical-coordinate representation of color #751701: hue angle of 11.38º 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 #751701 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 23 | 1 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.54 |
| HSL | 11.38º | 0.98% | 0.23% | - |
| HSV(B) | 11.38º | 0.99% | 0.46% | - |
| XYZ | 7.65 | 4.4 | 0.47 | - |
| YUV | 48.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 23 | 1 | 0 | 0.80 | 0.99 | 0.54 | 11.38 | 0.98 | 0.23 |
| Hex | 75 | 17 | 1 | 0 | 50 | 63 | 36 | B | 62 | 17 |
| Octal | 165 | 27 | 1 | 0 | 120 | 143 | 66 | 13 | 142 | 27 |
| Binary | 1110101 | 10111 | 1 | 0 | 1010000 | 1100011 | 110110 | 1011 | 1100010 | 10111 |
Color Harmonies of #751701
Complementary color
Monochromatic Colors of #751701
Black with #751701
Text Example
Text Example
White with #751701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751701; }
p { color: rgb(117,23,1); }
H1.HeaderClassName
{
color: #751701;
}
.AnyTagClassName
{
color: #751701;
}
</style>
background-color css
<style>
a { background-color: #751701; }
a { background-color: rgb(117,23,1); }
div.DivClassName
{
background-color: #751701;
}
.BgClassName
{
background-color: #751701;
}
</style>
border-color css
<style>
span { border-color: #751701; }
span { border-color: rgb(117,23,1); }
td.TdClassName
{
border-color: #751701;
}
.TagClassName
{
border-color: #751701;
}
</style>