Shades of Maroon #5D0403
Tints of Maroon #5D0403
RGB
CMYK
RGB Variations
Color information
#5D0403 (or 0x5D0403) is known color: Maroon. HEX triplet: 5D, 04 and 03. RGB value is (93,4,3). Sum of RGB (Red+Green+Blue) = 93+4+3=100 (13% of max value = 765). Red value is 93 (36.72% from 255 or 93% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0403 is #A2FBFC. Grayscale: #1E1E1E. Windows color (decimal): -10681341 or 197725. OLE color: 197725.
HSL color Cylindrical-coordinate representation of color #5D0403: hue angle of 0.67º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D0403 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 4 | 3 | - |
| CMYK | 0 | 0.96 | 0.97 | 0.64 |
| HSL | 0.67º | 0.94% | 0.19% | - |
| HSV(B) | 0.67º | 0.97% | 0.36% | - |
| XYZ | 4.57 | 2.42 | 0.31 | - |
| YUV | 30.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 4 | 3 | 0 | 0.96 | 0.97 | 0.64 | 0.67 | 0.94 | 0.19 |
| Hex | 5D | 4 | 3 | 0 | 60 | 61 | 40 | 1 | 5E | 13 |
| Octal | 135 | 4 | 3 | 0 | 140 | 141 | 100 | 1 | 136 | 23 |
| Binary | 1011101 | 100 | 11 | 0 | 1100000 | 1100001 | 1000000 | 1 | 1011110 | 10011 |
Color Harmonies of #5D0403
Complementary color
Monochromatic Colors of #5D0403
Black with #5D0403
Text Example
Text Example
White with #5D0403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0403; }
p { color: rgb(93,4,3); }
H1.HeaderClassName
{
color: #5D0403;
}
.AnyTagClassName
{
color: #5D0403;
}
</style>
background-color css
<style>
a { background-color: #5D0403; }
a { background-color: rgb(93,4,3); }
div.DivClassName
{
background-color: #5D0403;
}
.BgClassName
{
background-color: #5D0403;
}
</style>
border-color css
<style>
span { border-color: #5D0403; }
span { border-color: rgb(93,4,3); }
td.TdClassName
{
border-color: #5D0403;
}
.TagClassName
{
border-color: #5D0403;
}
</style>