Shades of Maroon #731403
Tints of Maroon #731403
RGB
CMYK
RGB Variations
Color information
#731403 (or 0x731403) is known color: Maroon. HEX triplet: 73, 14 and 03. RGB value is (115,20,3). Sum of RGB (Red+Green+Blue) = 115+20+3=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #731403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #731403 is #8CEBFC. Grayscale: #2E2E2E. Windows color (decimal): -9235453 or 201843. OLE color: 201843.
HSL color Cylindrical-coordinate representation of color #731403: hue angle of 9.11º 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 #731403 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 20 | 3 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.55 |
| HSL | 9.11º | 0.95% | 0.23% | - |
| HSV(B) | 9.11º | 0.97% | 0.45% | - |
| XYZ | 7.34 | 4.15 | 0.5 | - |
| YUV | 46.47 | 103.47 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 20 | 3 | 0 | 0.83 | 0.97 | 0.55 | 9.11 | 0.95 | 0.23 |
| Hex | 73 | 14 | 3 | 0 | 53 | 61 | 37 | 9 | 5F | 17 |
| Octal | 163 | 24 | 3 | 0 | 123 | 141 | 67 | 11 | 137 | 27 |
| Binary | 1110011 | 10100 | 11 | 0 | 1010011 | 1100001 | 110111 | 1001 | 1011111 | 10111 |
Color Harmonies of #731403
Complementary color
Monochromatic Colors of #731403
Black with #731403
Text Example
Text Example
White with #731403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #731403; }
p { color: rgb(115,20,3); }
H1.HeaderClassName
{
color: #731403;
}
.AnyTagClassName
{
color: #731403;
}
</style>
background-color css
<style>
a { background-color: #731403; }
a { background-color: rgb(115,20,3); }
div.DivClassName
{
background-color: #731403;
}
.BgClassName
{
background-color: #731403;
}
</style>
border-color css
<style>
span { border-color: #731403; }
span { border-color: rgb(115,20,3); }
td.TdClassName
{
border-color: #731403;
}
.TagClassName
{
border-color: #731403;
}
</style>