Shades of Maroon #741501
Tints of Maroon #741501
RGB
CMYK
RGB Variations
Color information
#741501 (or 0x741501) is known color: Maroon. HEX triplet: 74, 15 and 01. RGB value is (116,21,1). Sum of RGB (Red+Green+Blue) = 116+21+1=138 (18% of max value = 765). Red value is 116 (45.70% from 255 or 84.06% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 116 - color contains mainly: red. Hex color #741501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741501 is #8BEAFE. Grayscale: #2F2F2F. Windows color (decimal): -9169663 or 71028. OLE color: 71028.
HSL color Cylindrical-coordinate representation of color #741501: hue angle of 10.43º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #741501 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.55 |
| HSL | 10.43º | 0.98% | 0.23% | - |
| HSV(B) | 10.43º | 0.99% | 0.45% | - |
| XYZ | 7.48 | 4.25 | 0.46 | - |
| YUV | 47.13 | 101.97 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 1 | 0 | 0.82 | 0.99 | 0.55 | 10.43 | 0.98 | 0.23 |
| Hex | 74 | 15 | 1 | 0 | 52 | 63 | 37 | A | 62 | 17 |
| Octal | 164 | 25 | 1 | 0 | 122 | 143 | 67 | 12 | 142 | 27 |
| Binary | 1110100 | 10101 | 1 | 0 | 1010010 | 1100011 | 110111 | 1010 | 1100010 | 10111 |
Color Harmonies of #741501
Complementary color
Monochromatic Colors of #741501
Black with #741501
Text Example
Text Example
White with #741501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741501; }
p { color: rgb(116,21,1); }
H1.HeaderClassName
{
color: #741501;
}
.AnyTagClassName
{
color: #741501;
}
</style>
background-color css
<style>
a { background-color: #741501; }
a { background-color: rgb(116,21,1); }
div.DivClassName
{
background-color: #741501;
}
.BgClassName
{
background-color: #741501;
}
</style>
border-color css
<style>
span { border-color: #741501; }
span { border-color: rgb(116,21,1); }
td.TdClassName
{
border-color: #741501;
}
.TagClassName
{
border-color: #741501;
}
</style>