Shades of Maroon #740E00
Tints of Maroon #740E00
RGB
CMYK
RGB Variations
Color information
#740E00 (or 0x740E00) is known color: Maroon. HEX triplet: 74, 0E and 00. RGB value is (116,14,0). Sum of RGB (Red+Green+Blue) = 116+14+0=130 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.23% from 130); Green value is 14 (5.86% from 255 or 10.77% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 116 - color contains mainly: red. Hex color #740E00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740E00 is #8BF1FF. Grayscale: #2B2B2B. Windows color (decimal): -9171456 or 3700. OLE color: 3700.
HSL color Cylindrical-coordinate representation of color #740E00: hue angle of 7.24º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #740E00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.55 |
| HSL | 7.24º | 1% | 0.23% | - |
| HSV(B) | 7.24º | 1% | 0.45% | - |
| XYZ | 7.36 | 4.03 | 0.39 | - |
| YUV | 42.9 | 103.79 | 180.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 0 | 0 | 0.88 | 1 | 0.55 | 7.24 | 1 | 0.23 |
| Hex | 74 | E | 0 | 0 | 58 | 64 | 37 | 7 | 64 | 17 |
| Octal | 164 | 16 | 0 | 0 | 130 | 144 | 67 | 7 | 144 | 27 |
| Binary | 1110100 | 1110 | 0 | 0 | 1011000 | 1100100 | 110111 | 111 | 1100100 | 10111 |
Color Harmonies of #740E00
Complementary color
Monochromatic Colors of #740E00
Black with #740E00
Text Example
Text Example
White with #740E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E00; }
p { color: rgb(116,14,0); }
H1.HeaderClassName
{
color: #740E00;
}
.AnyTagClassName
{
color: #740E00;
}
</style>
background-color css
<style>
a { background-color: #740E00; }
a { background-color: rgb(116,14,0); }
div.DivClassName
{
background-color: #740E00;
}
.BgClassName
{
background-color: #740E00;
}
</style>
border-color css
<style>
span { border-color: #740E00; }
span { border-color: rgb(116,14,0); }
td.TdClassName
{
border-color: #740E00;
}
.TagClassName
{
border-color: #740E00;
}
</style>