Shades of Maroon #740501
Tints of Maroon #740501
RGB
CMYK
RGB Variations
Color information
#740501 (or 0x740501) is known color: Maroon. HEX triplet: 74, 05 and 01. RGB value is (116,5,1). Sum of RGB (Red+Green+Blue) = 116+5+1=122 (16% of max value = 765). Red value is 116 (45.70% from 255 or 95.08% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 116 - color contains mainly: red. Hex color #740501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740501 is #8BFAFE. Grayscale: #252525. Windows color (decimal): -9173759 or 66932. OLE color: 66932.
HSL color Cylindrical-coordinate representation of color #740501: hue angle of 2.09º 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 #740501 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 5 | 1 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.55 |
| HSL | 2.09º | 0.98% | 0.23% | - |
| HSV(B) | 2.09º | 0.99% | 0.45% | - |
| XYZ | 7.26 | 3.82 | 0.38 | - |
| YUV | 37.73 | 107.27 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 5 | 1 | 0 | 0.96 | 0.99 | 0.55 | 2.09 | 0.98 | 0.23 |
| Hex | 74 | 5 | 1 | 0 | 60 | 63 | 37 | 2 | 62 | 17 |
| Octal | 164 | 5 | 1 | 0 | 140 | 143 | 67 | 2 | 142 | 27 |
| Binary | 1110100 | 101 | 1 | 0 | 1100000 | 1100011 | 110111 | 10 | 1100010 | 10111 |
Color Harmonies of #740501
Complementary color
Monochromatic Colors of #740501
Black with #740501
Text Example
Text Example
White with #740501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740501; }
p { color: rgb(116,5,1); }
H1.HeaderClassName
{
color: #740501;
}
.AnyTagClassName
{
color: #740501;
}
</style>
background-color css
<style>
a { background-color: #740501; }
a { background-color: rgb(116,5,1); }
div.DivClassName
{
background-color: #740501;
}
.BgClassName
{
background-color: #740501;
}
</style>
border-color css
<style>
span { border-color: #740501; }
span { border-color: rgb(116,5,1); }
td.TdClassName
{
border-color: #740501;
}
.TagClassName
{
border-color: #740501;
}
</style>