Shades of Maroon #760303
Tints of Maroon #760303
RGB
CMYK
RGB Variations
Color information
#760303 (or 0x760303) is known color: Maroon. HEX triplet: 76, 03 and 03. RGB value is (118,3,3). Sum of RGB (Red+Green+Blue) = 118+3+3=124 (16% of max value = 765). Red value is 118 (46.48% from 255 or 95.16% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 118 - color contains mainly: red. Hex color #760303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760303 is #89FCFC. Grayscale: #252525. Windows color (decimal): -9043197 or 197494. OLE color: 197494.
HSL color Cylindrical-coordinate representation of color #760303: hue angle of 0º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #760303 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 3 | 3 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.54 |
| HSL | 0º | 0.95% | 0.24% | - |
| HSV(B) | 0º | 0.97% | 0.46% | - |
| XYZ | 7.52 | 3.92 | 0.45 | - |
| YUV | 37.39 | 108.6 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 3 | 3 | 0 | 0.97 | 0.97 | 0.54 | 0 | 0.95 | 0.24 |
| Hex | 76 | 3 | 3 | 0 | 61 | 61 | 36 | 0 | 5F | 18 |
| Octal | 166 | 3 | 3 | 0 | 141 | 141 | 66 | 0 | 137 | 30 |
| Binary | 1110110 | 11 | 11 | 0 | 1100001 | 1100001 | 110110 | 0 | 1011111 | 11000 |
Color Harmonies of #760303
Complementary color
Monochromatic Colors of #760303
Black with #760303
Text Example
Text Example
White with #760303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #760303; }
p { color: rgb(118,3,3); }
H1.HeaderClassName
{
color: #760303;
}
.AnyTagClassName
{
color: #760303;
}
</style>
background-color css
<style>
a { background-color: #760303; }
a { background-color: rgb(118,3,3); }
div.DivClassName
{
background-color: #760303;
}
.BgClassName
{
background-color: #760303;
}
</style>
border-color css
<style>
span { border-color: #760303; }
span { border-color: rgb(118,3,3); }
td.TdClassName
{
border-color: #760303;
}
.TagClassName
{
border-color: #760303;
}
</style>