Shades of Maroon #740D01
Tints of Maroon #740D01
RGB
CMYK
RGB Variations
Color information
#740D01 (or 0x740D01) is known color: Maroon. HEX triplet: 74, 0D and 01. RGB value is (116,13,1). Sum of RGB (Red+Green+Blue) = 116+13+1=130 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.23% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 116 - color contains mainly: red. Hex color #740D01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #740D01 is #8BF2FE. Grayscale: #2A2A2A. Windows color (decimal): -9171711 or 68980. OLE color: 68980.
HSL color Cylindrical-coordinate representation of color #740D01: hue angle of 6.26º 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 #740D01 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 13 | 1 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.55 |
| HSL | 6.26º | 0.98% | 0.23% | - |
| HSV(B) | 6.26º | 0.99% | 0.45% | - |
| XYZ | 7.35 | 4 | 0.41 | - |
| YUV | 42.43 | 104.62 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 13 | 1 | 0 | 0.89 | 0.99 | 0.55 | 6.26 | 0.98 | 0.23 |
| Hex | 74 | D | 1 | 0 | 59 | 63 | 37 | 6 | 62 | 17 |
| Octal | 164 | 15 | 1 | 0 | 131 | 143 | 67 | 6 | 142 | 27 |
| Binary | 1110100 | 1101 | 1 | 0 | 1011001 | 1100011 | 110111 | 110 | 1100010 | 10111 |
Color Harmonies of #740D01
Complementary color
Monochromatic Colors of #740D01
Black with #740D01
Text Example
Text Example
White with #740D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #740D01; }
p { color: rgb(116,13,1); }
H1.HeaderClassName
{
color: #740D01;
}
.AnyTagClassName
{
color: #740D01;
}
</style>
background-color css
<style>
a { background-color: #740D01; }
a { background-color: rgb(116,13,1); }
div.DivClassName
{
background-color: #740D01;
}
.BgClassName
{
background-color: #740D01;
}
</style>
border-color css
<style>
span { border-color: #740D01; }
span { border-color: rgb(116,13,1); }
td.TdClassName
{
border-color: #740D01;
}
.TagClassName
{
border-color: #740D01;
}
</style>