Shades of Maroon #5D0600
Tints of Maroon #5D0600
RGB
CMYK
RGB Variations
Color information
#5D0600 (or 0x5D0600) is known color: Maroon. HEX triplet: 5D, 06 and 00. RGB value is (93,6,0). Sum of RGB (Red+Green+Blue) = 93+6+0=99 (13% of max value = 765). Red value is 93 (36.72% from 255 or 93.94% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0600 is #A2F9FF. Grayscale: #1F1F1F. Windows color (decimal): -10680832 or 1629. OLE color: 1629.
HSL color Cylindrical-coordinate representation of color #5D0600: hue angle of 3.87º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D0600 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 93 | 6 | 0 | - |
| CMYK | 0 | 0.94 | 1 | 0.64 |
| HSL | 3.87º | 1% | 0.18% | - |
| HSV(B) | 3.87º | 1% | 0.36% | - |
| XYZ | 4.58 | 2.46 | 0.23 | - |
| YUV | 31.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 6 | 0 | 0 | 0.94 | 1 | 0.64 | 3.87 | 1 | 0.18 |
| Hex | 5D | 6 | 0 | 0 | 5E | 64 | 40 | 4 | 64 | 12 |
| Octal | 135 | 6 | 0 | 0 | 136 | 144 | 100 | 4 | 144 | 22 |
| Binary | 1011101 | 110 | 0 | 0 | 1011110 | 1100100 | 1000000 | 100 | 1100100 | 10010 |
Color Harmonies of #5D0600
Complementary color
Monochromatic Colors of #5D0600
Black with #5D0600
Text Example
Text Example
White with #5D0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0600; }
p { color: rgb(93,6,0); }
H1.HeaderClassName
{
color: #5D0600;
}
.AnyTagClassName
{
color: #5D0600;
}
</style>
background-color css
<style>
a { background-color: #5D0600; }
a { background-color: rgb(93,6,0); }
div.DivClassName
{
background-color: #5D0600;
}
.BgClassName
{
background-color: #5D0600;
}
</style>
border-color css
<style>
span { border-color: #5D0600; }
span { border-color: rgb(93,6,0); }
td.TdClassName
{
border-color: #5D0600;
}
.TagClassName
{
border-color: #5D0600;
}
</style>