Shades of Maroon #741500
Tints of Maroon #741500
RGB
CMYK
RGB Variations
Color information
#741500 (or 0x741500) is known color: Maroon. HEX triplet: 74, 15 and 00. RGB value is (116,21,0). Sum of RGB (Red+Green+Blue) = 116+21+0=137 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.67% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 116 - color contains mainly: red. Hex color #741500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741500 is #8BEAFF. Grayscale: #2F2F2F. Windows color (decimal): -9169664 or 5492. OLE color: 5492.
HSL color Cylindrical-coordinate representation of color #741500: hue angle of 10.86º 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 #741500 is Cyan = 0, Magento = 0.82, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 0 | - |
| CMYK | 0 | 0.82 | 1 | 0.55 |
| HSL | 10.86º | 1% | 0.23% | - |
| HSV(B) | 10.86º | 1% | 0.45% | - |
| XYZ | 7.47 | 4.25 | 0.43 | - |
| YUV | 47.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 0 | 0 | 0.82 | 1 | 0.55 | 10.86 | 1 | 0.23 |
| Hex | 74 | 15 | 0 | 0 | 52 | 64 | 37 | B | 64 | 17 |
| Octal | 164 | 25 | 0 | 0 | 122 | 144 | 67 | 13 | 144 | 27 |
| Binary | 1110100 | 10101 | 0 | 0 | 1010010 | 1100100 | 110111 | 1011 | 1100100 | 10111 |
Color Harmonies of #741500
Complementary color
Monochromatic Colors of #741500
Black with #741500
Text Example
Text Example
White with #741500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741500; }
p { color: rgb(116,21,0); }
H1.HeaderClassName
{
color: #741500;
}
.AnyTagClassName
{
color: #741500;
}
</style>
background-color css
<style>
a { background-color: #741500; }
a { background-color: rgb(116,21,0); }
div.DivClassName
{
background-color: #741500;
}
.BgClassName
{
background-color: #741500;
}
</style>
border-color css
<style>
span { border-color: #741500; }
span { border-color: rgb(116,21,0); }
td.TdClassName
{
border-color: #741500;
}
.TagClassName
{
border-color: #741500;
}
</style>