Shades of Maroon #750404
Tints of Maroon #750404
RGB
CMYK
RGB Variations
Color information
#750404 (or 0x750404) is known color: Maroon. HEX triplet: 75, 04 and 04. RGB value is (117,4,4). Sum of RGB (Red+Green+Blue) = 117+4+4=125 (16% of max value = 765). Red value is 117 (46.09% from 255 or 93.6% from 125); Green value is 4 (1.95% from 255 or 3.2% from 125); Blue value is 4 (1.95% from 255 or 3.2% from 125); Max value from RGB is 117 - color contains mainly: red. Hex color #750404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750404 is #8AFBFB. Grayscale: #252525. Windows color (decimal): -9108476 or 263285. OLE color: 263285.
HSL color Cylindrical-coordinate representation of color #750404: hue angle of 0º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #750404 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 4 | 4 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.54 |
| HSL | 0º | 0.93% | 0.24% | - |
| HSV(B) | 0º | 0.97% | 0.46% | - |
| XYZ | 7.4 | 3.88 | 0.47 | - |
| YUV | 37.79 | 108.94 | 184.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 4 | 4 | 0 | 0.97 | 0.97 | 0.54 | 0 | 0.93 | 0.24 |
| Hex | 75 | 4 | 4 | 0 | 61 | 61 | 36 | 0 | 5D | 18 |
| Octal | 165 | 4 | 4 | 0 | 141 | 141 | 66 | 0 | 135 | 30 |
| Binary | 1110101 | 100 | 100 | 0 | 1100001 | 1100001 | 110110 | 0 | 1011101 | 11000 |
Color Harmonies of #750404
Complementary color
Monochromatic Colors of #750404
Black with #750404
Text Example
Text Example
White with #750404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #750404; }
p { color: rgb(117,4,4); }
H1.HeaderClassName
{
color: #750404;
}
.AnyTagClassName
{
color: #750404;
}
</style>
background-color css
<style>
a { background-color: #750404; }
a { background-color: rgb(117,4,4); }
div.DivClassName
{
background-color: #750404;
}
.BgClassName
{
background-color: #750404;
}
</style>
border-color css
<style>
span { border-color: #750404; }
span { border-color: rgb(117,4,4); }
td.TdClassName
{
border-color: #750404;
}
.TagClassName
{
border-color: #750404;
}
</style>