Shades of Maroon #760300
Tints of Maroon #760300
RGB
CMYK
RGB Variations
Color information
#760300 (or 0x760300) is known color: Maroon. HEX triplet: 76, 03 and 00. RGB value is (118,3,0). Sum of RGB (Red+Green+Blue) = 118+3+0=121 (16% of max value = 765). Red value is 118 (46.48% from 255 or 97.52% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 118 - color contains mainly: red. Hex color #760300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760300 is #89FCFF. Grayscale: #252525. Windows color (decimal): -9043200 or 886. OLE color: 886.
HSL color Cylindrical-coordinate representation of color #760300: hue angle of 1.53º 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 #760300 is Cyan = 0, Magento = 0.97, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 3 | 0 | - |
| CMYK | 0 | 0.97 | 1 | 0.54 |
| HSL | 1.53º | 1% | 0.23% | - |
| HSV(B) | 1.53º | 1% | 0.46% | - |
| XYZ | 7.5 | 3.92 | 0.36 | - |
| YUV | 37.04 | 107.1 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 0 | 0 | 0.97 | 1 | 0.54 | 1.53 | 1 | 0.23 |
| Hex | 76 | 3 | 0 | 0 | 61 | 64 | 36 | 2 | 64 | 17 |
| Octal | 166 | 3 | 0 | 0 | 141 | 144 | 66 | 2 | 144 | 27 |
| Binary | 1110110 | 11 | 0 | 0 | 1100001 | 1100100 | 110110 | 10 | 1100100 | 10111 |
Color Harmonies of #760300
Complementary color
Monochromatic Colors of #760300
Black with #760300
Text Example
Text Example
White with #760300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760300; }
p { color: rgb(118,3,0); }
H1.HeaderClassName
{
color: #760300;
}
.AnyTagClassName
{
color: #760300;
}
</style>
background-color css
<style>
a { background-color: #760300; }
a { background-color: rgb(118,3,0); }
div.DivClassName
{
background-color: #760300;
}
.BgClassName
{
background-color: #760300;
}
</style>
border-color css
<style>
span { border-color: #760300; }
span { border-color: rgb(118,3,0); }
td.TdClassName
{
border-color: #760300;
}
.TagClassName
{
border-color: #760300;
}
</style>