Shades of Maroon #740E02
Tints of Maroon #740E02
RGB
CMYK
RGB Variations
Color information
#740E02 (or 0x740E02) is known color: Maroon. HEX triplet: 74, 0E and 02. RGB value is (116,14,2). Sum of RGB (Red+Green+Blue) = 116+14+2=132 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.88% from 132); Green value is 14 (5.86% from 255 or 10.61% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 116 - color contains mainly: red. Hex color #740E02 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740E02 is #8BF1FD. Grayscale: #2B2B2B. Windows color (decimal): -9171454 or 134772. OLE color: 134772.
HSL color Cylindrical-coordinate representation of color #740E02: hue angle of 6.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #740E02 is Cyan = 0, Magento = 0.88, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 14 | 2 | - |
| CMYK | 0 | 0.88 | 0.98 | 0.55 |
| HSL | 6.32º | 0.97% | 0.23% | - |
| HSV(B) | 6.32º | 0.98% | 0.45% | - |
| XYZ | 7.37 | 4.03 | 0.45 | - |
| YUV | 43.13 | 104.79 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 14 | 2 | 0 | 0.88 | 0.98 | 0.55 | 6.32 | 0.97 | 0.23 |
| Hex | 74 | E | 2 | 0 | 58 | 62 | 37 | 6 | 61 | 17 |
| Octal | 164 | 16 | 2 | 0 | 130 | 142 | 67 | 6 | 141 | 27 |
| Binary | 1110100 | 1110 | 10 | 0 | 1011000 | 1100010 | 110111 | 110 | 1100001 | 10111 |
Color Harmonies of #740E02
Complementary color
Monochromatic Colors of #740E02
Black with #740E02
Text Example
Text Example
White with #740E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740E02; }
p { color: rgb(116,14,2); }
H1.HeaderClassName
{
color: #740E02;
}
.AnyTagClassName
{
color: #740E02;
}
</style>
background-color css
<style>
a { background-color: #740E02; }
a { background-color: rgb(116,14,2); }
div.DivClassName
{
background-color: #740E02;
}
.BgClassName
{
background-color: #740E02;
}
</style>
border-color css
<style>
span { border-color: #740E02; }
span { border-color: rgb(116,14,2); }
td.TdClassName
{
border-color: #740E02;
}
.TagClassName
{
border-color: #740E02;
}
</style>