Shades of Maroon #760200
Tints of Maroon #760200
RGB
CMYK
RGB Variations
Color information
#760200 (or 0x760200) is known color: Maroon. HEX triplet: 76, 02 and 00. RGB value is (118,2,0). Sum of RGB (Red+Green+Blue) = 118+2+0=120 (15% of max value = 765). Red value is 118 (46.48% from 255 or 98.33% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 118 - color contains mainly: red. Hex color #760200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760200 is #89FDFF. Grayscale: #242424. Windows color (decimal): -9043456 or 630. OLE color: 630.
HSL color Cylindrical-coordinate representation of color #760200: hue angle of 1.02º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #760200 is Cyan = 0, Magento = 0.98, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 2 | 0 | - |
| CMYK | 0 | 0.98 | 1 | 0.54 |
| HSL | 1.02º | 1% | 0.23% | - |
| HSV(B) | 1.02º | 1% | 0.46% | - |
| XYZ | 7.49 | 3.89 | 0.36 | - |
| YUV | 36.46 | 107.43 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 2 | 0 | 0 | 0.98 | 1 | 0.54 | 1.02 | 1 | 0.23 |
| Hex | 76 | 2 | 0 | 0 | 62 | 64 | 36 | 1 | 64 | 17 |
| Octal | 166 | 2 | 0 | 0 | 142 | 144 | 66 | 1 | 144 | 27 |
| Binary | 1110110 | 10 | 0 | 0 | 1100010 | 1100100 | 110110 | 1 | 1100100 | 10111 |
Color Harmonies of #760200
Complementary color
Monochromatic Colors of #760200
Black with #760200
Text Example
Text Example
White with #760200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760200; }
p { color: rgb(118,2,0); }
H1.HeaderClassName
{
color: #760200;
}
.AnyTagClassName
{
color: #760200;
}
</style>
background-color css
<style>
a { background-color: #760200; }
a { background-color: rgb(118,2,0); }
div.DivClassName
{
background-color: #760200;
}
.BgClassName
{
background-color: #760200;
}
</style>
border-color css
<style>
span { border-color: #760200; }
span { border-color: rgb(118,2,0); }
td.TdClassName
{
border-color: #760200;
}
.TagClassName
{
border-color: #760200;
}
</style>