Shades of Maroon #760401
Tints of Maroon #760401
RGB
CMYK
RGB Variations
Color information
#760401 (or 0x760401) is known color: Maroon. HEX triplet: 76, 04 and 01. RGB value is (118,4,1). Sum of RGB (Red+Green+Blue) = 118+4+1=123 (16% of max value = 765). Red value is 118 (46.48% from 255 or 95.93% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 118 - color contains mainly: red. Hex color #760401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760401 is #89FBFE. Grayscale: #252525. Windows color (decimal): -9042943 or 66678. OLE color: 66678.
HSL color Cylindrical-coordinate representation of color #760401: hue angle of 1.54º 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 #760401 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 4 | 1 | - |
| CMYK | 0 | 0.97 | 0.99 | 0.54 |
| HSL | 1.54º | 0.98% | 0.23% | - |
| HSV(B) | 1.54º | 0.99% | 0.46% | - |
| XYZ | 7.52 | 3.94 | 0.39 | - |
| YUV | 37.74 | 107.27 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 4 | 1 | 0 | 0.97 | 0.99 | 0.54 | 1.54 | 0.98 | 0.23 |
| Hex | 76 | 4 | 1 | 0 | 61 | 63 | 36 | 2 | 62 | 17 |
| Octal | 166 | 4 | 1 | 0 | 141 | 143 | 66 | 2 | 142 | 27 |
| Binary | 1110110 | 100 | 1 | 0 | 1100001 | 1100011 | 110110 | 10 | 1100010 | 10111 |
Color Harmonies of #760401
Complementary color
Monochromatic Colors of #760401
Black with #760401
Text Example
Text Example
White with #760401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760401; }
p { color: rgb(118,4,1); }
H1.HeaderClassName
{
color: #760401;
}
.AnyTagClassName
{
color: #760401;
}
</style>
background-color css
<style>
a { background-color: #760401; }
a { background-color: rgb(118,4,1); }
div.DivClassName
{
background-color: #760401;
}
.BgClassName
{
background-color: #760401;
}
</style>
border-color css
<style>
span { border-color: #760401; }
span { border-color: rgb(118,4,1); }
td.TdClassName
{
border-color: #760401;
}
.TagClassName
{
border-color: #760401;
}
</style>