Shades of Maroon #761501
Tints of Maroon #761501
RGB
CMYK
RGB Variations
Color information
#761501 (or 0x761501) is known color: Maroon. HEX triplet: 76, 15 and 01. RGB value is (118,21,1). Sum of RGB (Red+Green+Blue) = 118+21+1=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 1 (0.78% from 255 or 0.71% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #761501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761501 is #89EAFE. Grayscale: #2F2F2F. Windows color (decimal): -9038591 or 71030. OLE color: 71030.
HSL color Cylindrical-coordinate representation of color #761501: hue angle of 10.26º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #761501 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 21 | 1 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.54 |
| HSL | 10.26º | 0.98% | 0.23% | - |
| HSV(B) | 10.26º | 0.99% | 0.46% | - |
| XYZ | 7.74 | 4.39 | 0.47 | - |
| YUV | 47.72 | 101.64 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 21 | 1 | 0 | 0.82 | 0.99 | 0.54 | 10.26 | 0.98 | 0.23 |
| Hex | 76 | 15 | 1 | 0 | 52 | 63 | 36 | A | 62 | 17 |
| Octal | 166 | 25 | 1 | 0 | 122 | 143 | 66 | 12 | 142 | 27 |
| Binary | 1110110 | 10101 | 1 | 0 | 1010010 | 1100011 | 110110 | 1010 | 1100010 | 10111 |
Color Harmonies of #761501
Complementary color
Monochromatic Colors of #761501
Black with #761501
Text Example
Text Example
White with #761501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761501; }
p { color: rgb(118,21,1); }
H1.HeaderClassName
{
color: #761501;
}
.AnyTagClassName
{
color: #761501;
}
</style>
background-color css
<style>
a { background-color: #761501; }
a { background-color: rgb(118,21,1); }
div.DivClassName
{
background-color: #761501;
}
.BgClassName
{
background-color: #761501;
}
</style>
border-color css
<style>
span { border-color: #761501; }
span { border-color: rgb(118,21,1); }
td.TdClassName
{
border-color: #761501;
}
.TagClassName
{
border-color: #761501;
}
</style>