Shades of Maroon #740A08
Tints of Maroon #740A08
RGB
CMYK
RGB Variations
Color information
#740A08 (or 0x740A08) is known color: Maroon. HEX triplet: 74, 0A and 08. RGB value is (116,10,8). Sum of RGB (Red+Green+Blue) = 116+10+8=134 (17% of max value = 765). Red value is 116 (45.70% from 255 or 86.57% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 116 - color contains mainly: red. Hex color #740A08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740A08 is #8BF5F7. Grayscale: #292929. Windows color (decimal): -9172472 or 526964. OLE color: 526964.
HSL color Cylindrical-coordinate representation of color #740A08: hue angle of 1.11º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #740A08 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 10 | 8 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.55 |
| HSL | 1.11º | 0.87% | 0.24% | - |
| HSV(B) | 1.11º | 0.93% | 0.45% | - |
| XYZ | 7.35 | 3.95 | 0.6 | - |
| YUV | 41.47 | 109.12 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 10 | 8 | 0 | 0.91 | 0.93 | 0.55 | 1.11 | 0.87 | 0.24 |
| Hex | 74 | A | 8 | 0 | 5B | 5D | 37 | 1 | 57 | 18 |
| Octal | 164 | 12 | 10 | 0 | 133 | 135 | 67 | 1 | 127 | 30 |
| Binary | 1110100 | 1010 | 1000 | 0 | 1011011 | 1011101 | 110111 | 1 | 1010111 | 11000 |
Color Harmonies of #740A08
Complementary color
Monochromatic Colors of #740A08
Black with #740A08
Text Example
Text Example
White with #740A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740A08; }
p { color: rgb(116,10,8); }
H1.HeaderClassName
{
color: #740A08;
}
.AnyTagClassName
{
color: #740A08;
}
</style>
background-color css
<style>
a { background-color: #740A08; }
a { background-color: rgb(116,10,8); }
div.DivClassName
{
background-color: #740A08;
}
.BgClassName
{
background-color: #740A08;
}
</style>
border-color css
<style>
span { border-color: #740A08; }
span { border-color: rgb(116,10,8); }
td.TdClassName
{
border-color: #740A08;
}
.TagClassName
{
border-color: #740A08;
}
</style>