Shades of Maroon #750505
Tints of Maroon #750505
RGB
CMYK
RGB Variations
Color information
#750505 (or 0x750505) is known color: Maroon. HEX triplet: 75, 05 and 05. RGB value is (117,5,5). Sum of RGB (Red+Green+Blue) = 117+5+5=127 (16% of max value = 765). Red value is 117 (46.09% from 255 or 92.13% from 127); Green value is 5 (2.34% from 255 or 3.94% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 117 - color contains mainly: red. Hex color #750505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750505 is #8AFAFA. Grayscale: #262626. Windows color (decimal): -9108219 or 329077. OLE color: 329077.
HSL color Cylindrical-coordinate representation of color #750505: hue angle of 0º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #750505 is Cyan = 0, Magento = 0.96, Yellow = 0.96 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 5 | 5 | - |
| CMYK | 0 | 0.96 | 0.96 | 0.54 |
| HSL | 0º | 0.92% | 0.24% | - |
| HSV(B) | 0º | 0.96% | 0.46% | - |
| XYZ | 7.42 | 3.9 | 0.51 | - |
| YUV | 38.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 5 | 5 | 0 | 0.96 | 0.96 | 0.54 | 0 | 0.92 | 0.24 |
| Hex | 75 | 5 | 5 | 0 | 60 | 60 | 36 | 0 | 5C | 18 |
| Octal | 165 | 5 | 5 | 0 | 140 | 140 | 66 | 0 | 134 | 30 |
| Binary | 1110101 | 101 | 101 | 0 | 1100000 | 1100000 | 110110 | 0 | 1011100 | 11000 |
Color Harmonies of #750505
Complementary color
Monochromatic Colors of #750505
Black with #750505
Text Example
Text Example
White with #750505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750505; }
p { color: rgb(117,5,5); }
H1.HeaderClassName
{
color: #750505;
}
.AnyTagClassName
{
color: #750505;
}
</style>
background-color css
<style>
a { background-color: #750505; }
a { background-color: rgb(117,5,5); }
div.DivClassName
{
background-color: #750505;
}
.BgClassName
{
background-color: #750505;
}
</style>
border-color css
<style>
span { border-color: #750505; }
span { border-color: rgb(117,5,5); }
td.TdClassName
{
border-color: #750505;
}
.TagClassName
{
border-color: #750505;
}
</style>