Shades of Maroon #741502
Tints of Maroon #741502
RGB
CMYK
RGB Variations
Color information
#741502 (or 0x741502) is known color: Maroon. HEX triplet: 74, 15 and 02. RGB value is (116,21,2). Sum of RGB (Red+Green+Blue) = 116+21+2=139 (18% of max value = 765). Red value is 116 (45.70% from 255 or 83.45% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 116 - color contains mainly: red. Hex color #741502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #741502 is #8BEAFD. Grayscale: #2F2F2F. Windows color (decimal): -9169662 or 136564. OLE color: 136564.
HSL color Cylindrical-coordinate representation of color #741502: hue angle of 10º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #741502 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 21 | 2 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.55 |
| HSL | 10º | 0.97% | 0.23% | - |
| HSV(B) | 10º | 0.98% | 0.45% | - |
| XYZ | 7.48 | 4.25 | 0.48 | - |
| YUV | 47.24 | 102.47 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 21 | 2 | 0 | 0.82 | 0.98 | 0.55 | 10 | 0.97 | 0.23 |
| Hex | 74 | 15 | 2 | 0 | 52 | 62 | 37 | A | 61 | 17 |
| Octal | 164 | 25 | 2 | 0 | 122 | 142 | 67 | 12 | 141 | 27 |
| Binary | 1110100 | 10101 | 10 | 0 | 1010010 | 1100010 | 110111 | 1010 | 1100001 | 10111 |
Color Harmonies of #741502
Complementary color
Monochromatic Colors of #741502
Black with #741502
Text Example
Text Example
White with #741502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #741502; }
p { color: rgb(116,21,2); }
H1.HeaderClassName
{
color: #741502;
}
.AnyTagClassName
{
color: #741502;
}
</style>
background-color css
<style>
a { background-color: #741502; }
a { background-color: rgb(116,21,2); }
div.DivClassName
{
background-color: #741502;
}
.BgClassName
{
background-color: #741502;
}
</style>
border-color css
<style>
span { border-color: #741502; }
span { border-color: rgb(116,21,2); }
td.TdClassName
{
border-color: #741502;
}
.TagClassName
{
border-color: #741502;
}
</style>