Shades of Maroon #731203
Tints of Maroon #731203
RGB
CMYK
RGB Variations
Color information
#731203 (or 0x731203) is known color: Maroon. HEX triplet: 73, 12 and 03. RGB value is (115,18,3). Sum of RGB (Red+Green+Blue) = 115+18+3=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #731203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731203 is #8CEDFC. Grayscale: #2D2D2D. Windows color (decimal): -9235965 or 201331. OLE color: 201331.
HSL color Cylindrical-coordinate representation of color #731203: hue angle of 8.04º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #731203 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 18 | 3 | - |
| CMYK | 0 | 0.84 | 0.97 | 0.55 |
| HSL | 8.04º | 0.95% | 0.23% | - |
| HSV(B) | 8.04º | 0.97% | 0.45% | - |
| XYZ | 7.3 | 4.08 | 0.49 | - |
| YUV | 45.29 | 104.14 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 18 | 3 | 0 | 0.84 | 0.97 | 0.55 | 8.04 | 0.95 | 0.23 |
| Hex | 73 | 12 | 3 | 0 | 54 | 61 | 37 | 8 | 5F | 17 |
| Octal | 163 | 22 | 3 | 0 | 124 | 141 | 67 | 10 | 137 | 27 |
| Binary | 1110011 | 10010 | 11 | 0 | 1010100 | 1100001 | 110111 | 1000 | 1011111 | 10111 |
Color Harmonies of #731203
Complementary color
Monochromatic Colors of #731203
Black with #731203
Text Example
Text Example
White with #731203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731203; }
p { color: rgb(115,18,3); }
H1.HeaderClassName
{
color: #731203;
}
.AnyTagClassName
{
color: #731203;
}
</style>
background-color css
<style>
a { background-color: #731203; }
a { background-color: rgb(115,18,3); }
div.DivClassName
{
background-color: #731203;
}
.BgClassName
{
background-color: #731203;
}
</style>
border-color css
<style>
span { border-color: #731203; }
span { border-color: rgb(115,18,3); }
td.TdClassName
{
border-color: #731203;
}
.TagClassName
{
border-color: #731203;
}
</style>