Shades of Maroon #751008
Tints of Maroon #751008
RGB
CMYK
RGB Variations
Color information
#751008 (or 0x751008) is known color: Maroon. HEX triplet: 75, 10 and 08. RGB value is (117,16,8). Sum of RGB (Red+Green+Blue) = 117+16+8=141 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.98% from 141); Green value is 16 (6.64% from 255 or 11.35% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 117 - color contains mainly: red. Hex color #751008 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #751008 is #8AEFF7. Grayscale: #2D2D2D. Windows color (decimal): -9105400 or 528501. OLE color: 528501.
HSL color Cylindrical-coordinate representation of color #751008: hue angle of 4.4º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #751008 is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 16 | 8 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.54 |
| HSL | 4.4º | 0.87% | 0.25% | - |
| HSV(B) | 4.4º | 0.93% | 0.46% | - |
| XYZ | 7.57 | 4.17 | 0.64 | - |
| YUV | 45.29 | 106.96 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 16 | 8 | 0 | 0.86 | 0.93 | 0.54 | 4.4 | 0.87 | 0.25 |
| Hex | 75 | 10 | 8 | 0 | 56 | 5D | 36 | 4 | 57 | 19 |
| Octal | 165 | 20 | 10 | 0 | 126 | 135 | 66 | 4 | 127 | 31 |
| Binary | 1110101 | 10000 | 1000 | 0 | 1010110 | 1011101 | 110110 | 100 | 1010111 | 11001 |
Color Harmonies of #751008
Complementary color
Monochromatic Colors of #751008
Black with #751008
Text Example
Text Example
White with #751008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #751008; }
p { color: rgb(117,16,8); }
H1.HeaderClassName
{
color: #751008;
}
.AnyTagClassName
{
color: #751008;
}
</style>
background-color css
<style>
a { background-color: #751008; }
a { background-color: rgb(117,16,8); }
div.DivClassName
{
background-color: #751008;
}
.BgClassName
{
background-color: #751008;
}
</style>
border-color css
<style>
span { border-color: #751008; }
span { border-color: rgb(117,16,8); }
td.TdClassName
{
border-color: #751008;
}
.TagClassName
{
border-color: #751008;
}
</style>