Shades of Maroon #740404
Tints of Maroon #740404
RGB
CMYK
RGB Variations
Color information
#740404 (or 0x740404) is known color: Maroon. HEX triplet: 74, 04 and 04. RGB value is (116,4,4). Sum of RGB (Red+Green+Blue) = 116+4+4=124 (16% of max value = 765). Red value is 116 (45.70% from 255 or 93.55% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 4 (1.95% from 255 or 3.23% from 124); Max value from RGB is 116 - color contains mainly: red. Hex color #740404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740404 is #8BFBFB. Grayscale: #252525. Windows color (decimal): -9174012 or 263284. OLE color: 263284.
HSL color Cylindrical-coordinate representation of color #740404: hue angle of 0º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #740404 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 4 | 4 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.55 |
| HSL | 0º | 0.93% | 0.24% | - |
| HSV(B) | 0º | 0.97% | 0.45% | - |
| XYZ | 7.27 | 3.81 | 0.47 | - |
| YUV | 37.49 | 109.11 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 4 | 4 | 0 | 0.97 | 0.97 | 0.55 | 0 | 0.93 | 0.24 |
| Hex | 74 | 4 | 4 | 0 | 61 | 61 | 37 | 0 | 5D | 18 |
| Octal | 164 | 4 | 4 | 0 | 141 | 141 | 67 | 0 | 135 | 30 |
| Binary | 1110100 | 100 | 100 | 0 | 1100001 | 1100001 | 110111 | 0 | 1011101 | 11000 |
Color Harmonies of #740404
Complementary color
Monochromatic Colors of #740404
Black with #740404
Text Example
Text Example
White with #740404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740404; }
p { color: rgb(116,4,4); }
H1.HeaderClassName
{
color: #740404;
}
.AnyTagClassName
{
color: #740404;
}
</style>
background-color css
<style>
a { background-color: #740404; }
a { background-color: rgb(116,4,4); }
div.DivClassName
{
background-color: #740404;
}
.BgClassName
{
background-color: #740404;
}
</style>
border-color css
<style>
span { border-color: #740404; }
span { border-color: rgb(116,4,4); }
td.TdClassName
{
border-color: #740404;
}
.TagClassName
{
border-color: #740404;
}
</style>