Shades of Maroon #741100
Tints of Maroon #741100
RGB
CMYK
RGB Variations
Color information
#741100 (or 0x741100) is known color: Maroon. HEX triplet: 74, 11 and 00. RGB value is (116,17,0). Sum of RGB (Red+Green+Blue) = 116+17+0=133 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.22% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 116 - color contains mainly: red. Hex color #741100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741100 is #8BEEFF. Grayscale: #2C2C2C. Windows color (decimal): -9170688 or 4468. OLE color: 4468.
HSL color Cylindrical-coordinate representation of color #741100: hue angle of 8.79º 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 #741100 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 17 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.55 |
| HSL | 8.79º | 1% | 0.23% | - |
| HSV(B) | 8.79º | 1% | 0.45% | - |
| XYZ | 7.4 | 4.11 | 0.4 | - |
| YUV | 44.66 | 102.8 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 17 | 0 | 0 | 0.85 | 1 | 0.55 | 8.79 | 1 | 0.23 |
| Hex | 74 | 11 | 0 | 0 | 55 | 64 | 37 | 9 | 64 | 17 |
| Octal | 164 | 21 | 0 | 0 | 125 | 144 | 67 | 11 | 144 | 27 |
| Binary | 1110100 | 10001 | 0 | 0 | 1010101 | 1100100 | 110111 | 1001 | 1100100 | 10111 |
Color Harmonies of #741100
Complementary color
Monochromatic Colors of #741100
Black with #741100
Text Example
Text Example
White with #741100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741100; }
p { color: rgb(116,17,0); }
H1.HeaderClassName
{
color: #741100;
}
.AnyTagClassName
{
color: #741100;
}
</style>
background-color css
<style>
a { background-color: #741100; }
a { background-color: rgb(116,17,0); }
div.DivClassName
{
background-color: #741100;
}
.BgClassName
{
background-color: #741100;
}
</style>
border-color css
<style>
span { border-color: #741100; }
span { border-color: rgb(116,17,0); }
td.TdClassName
{
border-color: #741100;
}
.TagClassName
{
border-color: #741100;
}
</style>