Shades of Maroon #731101
Tints of Maroon #731101
RGB
CMYK
RGB Variations
Color information
#731101 (or 0x731101) is known color: Maroon. HEX triplet: 73, 11 and 01. RGB value is (115,17,1). Sum of RGB (Red+Green+Blue) = 115+17+1=133 (17% of max value = 765). Red value is 115 (45.31% from 255 or 86.47% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 115 - color contains mainly: red. Hex color #731101 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731101 is #8CEEFE. Grayscale: #2C2C2C. Windows color (decimal): -9236223 or 70003. OLE color: 70003.
HSL color Cylindrical-coordinate representation of color #731101: hue angle of 8.42º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #731101 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 17 | 1 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.55 |
| HSL | 8.42º | 0.98% | 0.23% | - |
| HSV(B) | 8.42º | 0.99% | 0.45% | - |
| XYZ | 7.28 | 4.05 | 0.43 | - |
| YUV | 44.48 | 103.47 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 17 | 1 | 0 | 0.85 | 0.99 | 0.55 | 8.42 | 0.98 | 0.23 |
| Hex | 73 | 11 | 1 | 0 | 55 | 63 | 37 | 8 | 62 | 17 |
| Octal | 163 | 21 | 1 | 0 | 125 | 143 | 67 | 10 | 142 | 27 |
| Binary | 1110011 | 10001 | 1 | 0 | 1010101 | 1100011 | 110111 | 1000 | 1100010 | 10111 |
Color Harmonies of #731101
Complementary color
Monochromatic Colors of #731101
Black with #731101
Text Example
Text Example
White with #731101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731101; }
p { color: rgb(115,17,1); }
H1.HeaderClassName
{
color: #731101;
}
.AnyTagClassName
{
color: #731101;
}
</style>
background-color css
<style>
a { background-color: #731101; }
a { background-color: rgb(115,17,1); }
div.DivClassName
{
background-color: #731101;
}
.BgClassName
{
background-color: #731101;
}
</style>
border-color css
<style>
span { border-color: #731101; }
span { border-color: rgb(115,17,1); }
td.TdClassName
{
border-color: #731101;
}
.TagClassName
{
border-color: #731101;
}
</style>