Shades of Maroon #761502
Tints of Maroon #761502
RGB
CMYK
RGB Variations
Color information
#761502 (or 0x761502) is known color: Maroon. HEX triplet: 76, 15 and 02. RGB value is (118,21,2). Sum of RGB (Red+Green+Blue) = 118+21+2=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 2 (1.17% from 255 or 1.42% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #761502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761502 is #89EAFD. Grayscale: #303030. Windows color (decimal): -9038590 or 136566. OLE color: 136566.
HSL color Cylindrical-coordinate representation of color #761502: hue angle of 9.83º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #761502 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 2 | - |
| CMYK | 0 | 0.82 | 0.98 | 0.54 |
| HSL | 9.83º | 0.97% | 0.24% | - |
| HSV(B) | 9.83º | 0.98% | 0.46% | - |
| XYZ | 7.75 | 4.39 | 0.5 | - |
| YUV | 47.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 2 | 0 | 0.82 | 0.98 | 0.54 | 9.83 | 0.97 | 0.24 |
| Hex | 76 | 15 | 2 | 0 | 52 | 62 | 36 | A | 61 | 18 |
| Octal | 166 | 25 | 2 | 0 | 122 | 142 | 66 | 12 | 141 | 30 |
| Binary | 1110110 | 10101 | 10 | 0 | 1010010 | 1100010 | 110110 | 1010 | 1100001 | 11000 |
Color Harmonies of #761502
Complementary color
Monochromatic Colors of #761502
Black with #761502
Text Example
Text Example
White with #761502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761502; }
p { color: rgb(118,21,2); }
H1.HeaderClassName
{
color: #761502;
}
.AnyTagClassName
{
color: #761502;
}
</style>
background-color css
<style>
a { background-color: #761502; }
a { background-color: rgb(118,21,2); }
div.DivClassName
{
background-color: #761502;
}
.BgClassName
{
background-color: #761502;
}
</style>
border-color css
<style>
span { border-color: #761502; }
span { border-color: rgb(118,21,2); }
td.TdClassName
{
border-color: #761502;
}
.TagClassName
{
border-color: #761502;
}
</style>