Shades of Maroon #741301
Tints of Maroon #741301
RGB
CMYK
RGB Variations
Color information
#741301 (or 0x741301) is known color: Maroon. HEX triplet: 74, 13 and 01. RGB value is (116,19,1). Sum of RGB (Red+Green+Blue) = 116+19+1=136 (18% of max value = 765). Red value is 116 (45.70% from 255 or 85.29% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 116 - color contains mainly: red. Hex color #741301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741301 is #8BECFE. Grayscale: #2E2E2E. Windows color (decimal): -9170175 or 70516. OLE color: 70516.
HSL color Cylindrical-coordinate representation of color #741301: hue angle of 9.39º 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 #741301 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 19 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.55 |
| HSL | 9.39º | 0.98% | 0.23% | - |
| HSV(B) | 9.39º | 0.99% | 0.45% | - |
| XYZ | 7.44 | 4.18 | 0.44 | - |
| YUV | 45.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 19 | 1 | 0 | 0.84 | 0.99 | 0.55 | 9.39 | 0.98 | 0.23 |
| Hex | 74 | 13 | 1 | 0 | 54 | 63 | 37 | 9 | 62 | 17 |
| Octal | 164 | 23 | 1 | 0 | 124 | 143 | 67 | 11 | 142 | 27 |
| Binary | 1110100 | 10011 | 1 | 0 | 1010100 | 1100011 | 110111 | 1001 | 1100010 | 10111 |
Color Harmonies of #741301
Complementary color
Monochromatic Colors of #741301
Black with #741301
Text Example
Text Example
White with #741301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741301; }
p { color: rgb(116,19,1); }
H1.HeaderClassName
{
color: #741301;
}
.AnyTagClassName
{
color: #741301;
}
</style>
background-color css
<style>
a { background-color: #741301; }
a { background-color: rgb(116,19,1); }
div.DivClassName
{
background-color: #741301;
}
.BgClassName
{
background-color: #741301;
}
</style>
border-color css
<style>
span { border-color: #741301; }
span { border-color: rgb(116,19,1); }
td.TdClassName
{
border-color: #741301;
}
.TagClassName
{
border-color: #741301;
}
</style>