Shades of Maroon #751600
Tints of Maroon #751600
RGB
CMYK
RGB Variations
Color information
#751600 (or 0x751600) is known color: Maroon. HEX triplet: 75, 16 and 00. RGB value is (117,22,0). Sum of RGB (Red+Green+Blue) = 117+22+0=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 0 (0.39% from 255 or 0% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #751600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751600 is #8AE9FF. Grayscale: #303030. Windows color (decimal): -9103872 or 5749. OLE color: 5749.
HSL color Cylindrical-coordinate representation of color #751600: hue angle of 11.28º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #751600 is Cyan = 0, Magento = 0.81, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 22 | 0 | - |
| CMYK | 0 | 0.81 | 1 | 0.54 |
| HSL | 11.28º | 1% | 0.23% | - |
| HSV(B) | 11.28º | 1% | 0.46% | - |
| XYZ | 7.62 | 4.36 | 0.44 | - |
| YUV | 47.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 22 | 0 | 0 | 0.81 | 1 | 0.54 | 11.28 | 1 | 0.23 |
| Hex | 75 | 16 | 0 | 0 | 51 | 64 | 36 | B | 64 | 17 |
| Octal | 165 | 26 | 0 | 0 | 121 | 144 | 66 | 13 | 144 | 27 |
| Binary | 1110101 | 10110 | 0 | 0 | 1010001 | 1100100 | 110110 | 1011 | 1100100 | 10111 |
Color Harmonies of #751600
Complementary color
Monochromatic Colors of #751600
Black with #751600
Text Example
Text Example
White with #751600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751600; }
p { color: rgb(117,22,0); }
H1.HeaderClassName
{
color: #751600;
}
.AnyTagClassName
{
color: #751600;
}
</style>
background-color css
<style>
a { background-color: #751600; }
a { background-color: rgb(117,22,0); }
div.DivClassName
{
background-color: #751600;
}
.BgClassName
{
background-color: #751600;
}
</style>
border-color css
<style>
span { border-color: #751600; }
span { border-color: rgb(117,22,0); }
td.TdClassName
{
border-color: #751600;
}
.TagClassName
{
border-color: #751600;
}
</style>