Shades of Maroon #761301
Tints of Maroon #761301
RGB
CMYK
RGB Variations
Color information
#761301 (or 0x761301) is known color: Maroon. HEX triplet: 76, 13 and 01. RGB value is (118,19,1). Sum of RGB (Red+Green+Blue) = 118+19+1=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 1 (0.78% from 255 or 0.72% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #761301 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #761301 is #89ECFE. Grayscale: #2E2E2E. Windows color (decimal): -9039103 or 70518. OLE color: 70518.
HSL color Cylindrical-coordinate representation of color #761301: hue angle of 9.23º 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 #761301 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 19 | 1 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.54 |
| HSL | 9.23º | 0.98% | 0.23% | - |
| HSV(B) | 9.23º | 0.99% | 0.46% | - |
| XYZ | 7.71 | 4.32 | 0.46 | - |
| YUV | 46.55 | 102.3 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 19 | 1 | 0 | 0.84 | 0.99 | 0.54 | 9.23 | 0.98 | 0.23 |
| Hex | 76 | 13 | 1 | 0 | 54 | 63 | 36 | 9 | 62 | 17 |
| Octal | 166 | 23 | 1 | 0 | 124 | 143 | 66 | 11 | 142 | 27 |
| Binary | 1110110 | 10011 | 1 | 0 | 1010100 | 1100011 | 110110 | 1001 | 1100010 | 10111 |
Color Harmonies of #761301
Complementary color
Monochromatic Colors of #761301
Black with #761301
Text Example
Text Example
White with #761301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #761301; }
p { color: rgb(118,19,1); }
H1.HeaderClassName
{
color: #761301;
}
.AnyTagClassName
{
color: #761301;
}
</style>
background-color css
<style>
a { background-color: #761301; }
a { background-color: rgb(118,19,1); }
div.DivClassName
{
background-color: #761301;
}
.BgClassName
{
background-color: #761301;
}
</style>
border-color css
<style>
span { border-color: #761301; }
span { border-color: rgb(118,19,1); }
td.TdClassName
{
border-color: #761301;
}
.TagClassName
{
border-color: #761301;
}
</style>