Shades of Maroon #740A0A
Tints of Maroon #740A0A
RGB
CMYK
RGB Variations
Color information
#740A0A (or 0x740A0A) is known color: Maroon. HEX triplet: 74, 0A and 0A. RGB value is (116,10,10). Sum of RGB (Red+Green+Blue) = 116+10+10=136 (18% of max value = 765). Red value is 116 (45.70% from 255 or 85.29% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 116 - color contains mainly: red. Hex color #740A0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740A0A is #8BF5F5. Grayscale: #292929. Windows color (decimal): -9172470 or 658036. OLE color: 658036.
HSL color Cylindrical-coordinate representation of color #740A0A: hue angle of 0º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #740A0A is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 10 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.55 |
| HSL | 0º | 0.84% | 0.25% | - |
| HSV(B) | 0º | 0.91% | 0.45% | - |
| XYZ | 7.37 | 3.95 | 0.66 | - |
| YUV | 41.69 | 110.12 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 10 | 0 | 0.91 | 0.91 | 0.55 | 0 | 0.84 | 0.25 |
| Hex | 74 | A | A | 0 | 5B | 5B | 37 | 0 | 54 | 19 |
| Octal | 164 | 12 | 12 | 0 | 133 | 133 | 67 | 0 | 124 | 31 |
| Binary | 1110100 | 1010 | 1010 | 0 | 1011011 | 1011011 | 110111 | 0 | 1010100 | 11001 |
Color Harmonies of #740A0A
Complementary color
Monochromatic Colors of #740A0A
Black with #740A0A
Text Example
Text Example
White with #740A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A0A; }
p { color: rgb(116,10,10); }
H1.HeaderClassName
{
color: #740A0A;
}
.AnyTagClassName
{
color: #740A0A;
}
</style>
background-color css
<style>
a { background-color: #740A0A; }
a { background-color: rgb(116,10,10); }
div.DivClassName
{
background-color: #740A0A;
}
.BgClassName
{
background-color: #740A0A;
}
</style>
border-color css
<style>
span { border-color: #740A0A; }
span { border-color: rgb(116,10,10); }
td.TdClassName
{
border-color: #740A0A;
}
.TagClassName
{
border-color: #740A0A;
}
</style>