Shades of Maroon #741404
Tints of Maroon #741404
RGB
CMYK
RGB Variations
Color information
#741404 (or 0x741404) is known color: Maroon. HEX triplet: 74, 14 and 04. RGB value is (116,20,4). Sum of RGB (Red+Green+Blue) = 116+20+4=140 (18% of max value = 765). Red value is 116 (45.70% from 255 or 82.86% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 4 (1.95% from 255 or 2.86% from 140); Max value from RGB is 116 - color contains mainly: red. Hex color #741404 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741404 is #8BEBFB. Grayscale: #2F2F2F. Windows color (decimal): -9169916 or 267380. OLE color: 267380.
HSL color Cylindrical-coordinate representation of color #741404: hue angle of 8.57º 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 #741404 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 20 | 4 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.55 |
| HSL | 8.57º | 0.93% | 0.24% | - |
| HSV(B) | 8.57º | 0.97% | 0.45% | - |
| XYZ | 7.47 | 4.22 | 0.54 | - |
| YUV | 46.88 | 103.8 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 20 | 4 | 0 | 0.83 | 0.97 | 0.55 | 8.57 | 0.93 | 0.24 |
| Hex | 74 | 14 | 4 | 0 | 53 | 61 | 37 | 9 | 5D | 18 |
| Octal | 164 | 24 | 4 | 0 | 123 | 141 | 67 | 11 | 135 | 30 |
| Binary | 1110100 | 10100 | 100 | 0 | 1010011 | 1100001 | 110111 | 1001 | 1011101 | 11000 |
Color Harmonies of #741404
Complementary color
Monochromatic Colors of #741404
Black with #741404
Text Example
Text Example
White with #741404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741404; }
p { color: rgb(116,20,4); }
H1.HeaderClassName
{
color: #741404;
}
.AnyTagClassName
{
color: #741404;
}
</style>
background-color css
<style>
a { background-color: #741404; }
a { background-color: rgb(116,20,4); }
div.DivClassName
{
background-color: #741404;
}
.BgClassName
{
background-color: #741404;
}
</style>
border-color css
<style>
span { border-color: #741404; }
span { border-color: rgb(116,20,4); }
td.TdClassName
{
border-color: #741404;
}
.TagClassName
{
border-color: #741404;
}
</style>