Shades of Maroon #761303
Tints of Maroon #761303
RGB
CMYK
RGB Variations
Color information
#761303 (or 0x761303) is known color: Maroon. HEX triplet: 76, 13 and 03. RGB value is (118,19,3). Sum of RGB (Red+Green+Blue) = 118+19+3=140 (18% of max value = 765). Red value is 118 (46.48% from 255 or 84.29% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 118 - color contains mainly: red. Hex color #761303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761303 is #89ECFC. Grayscale: #2E2E2E. Windows color (decimal): -9039101 or 201590. OLE color: 201590.
HSL color Cylindrical-coordinate representation of color #761303: hue angle of 8.35º 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 #761303 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 19 | 3 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.54 |
| HSL | 8.35º | 0.95% | 0.24% | - |
| HSV(B) | 8.35º | 0.97% | 0.46% | - |
| XYZ | 7.72 | 4.32 | 0.51 | - |
| YUV | 46.78 | 103.3 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 3 | 0 | 0.84 | 0.97 | 0.54 | 8.35 | 0.95 | 0.24 |
| Hex | 76 | 13 | 3 | 0 | 54 | 61 | 36 | 8 | 5F | 18 |
| Octal | 166 | 23 | 3 | 0 | 124 | 141 | 66 | 10 | 137 | 30 |
| Binary | 1110110 | 10011 | 11 | 0 | 1010100 | 1100001 | 110110 | 1000 | 1011111 | 11000 |
Color Harmonies of #761303
Complementary color
Monochromatic Colors of #761303
Black with #761303
Text Example
Text Example
White with #761303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761303; }
p { color: rgb(118,19,3); }
H1.HeaderClassName
{
color: #761303;
}
.AnyTagClassName
{
color: #761303;
}
</style>
background-color css
<style>
a { background-color: #761303; }
a { background-color: rgb(118,19,3); }
div.DivClassName
{
background-color: #761303;
}
.BgClassName
{
background-color: #761303;
}
</style>
border-color css
<style>
span { border-color: #761303; }
span { border-color: rgb(118,19,3); }
td.TdClassName
{
border-color: #761303;
}
.TagClassName
{
border-color: #761303;
}
</style>