Shades of Maroon #5B0600
Tints of Maroon #5B0600
RGB
CMYK
RGB Variations
Color information
#5B0600 (or 0x5B0600) is known color: Maroon. HEX triplet: 5B, 06 and 00. RGB value is (91,6,0). Sum of RGB (Red+Green+Blue) = 91+6+0=97 (12% of max value = 765). Red value is 91 (35.94% from 255 or 93.81% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0600 is #A4F9FF. Grayscale: #1E1E1E. Windows color (decimal): -10811904 or 1627. OLE color: 1627.
HSL color Cylindrical-coordinate representation of color #5B0600: hue angle of 3.96º 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 #5B0600 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 6 | 0 | - |
| CMYK | 0 | 0.93 | 1 | 0.64 |
| HSL | 3.96º | 1% | 0.18% | - |
| HSV(B) | 3.96º | 1% | 0.36% | - |
| XYZ | 4.38 | 2.35 | 0.22 | - |
| YUV | 30.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 6 | 0 | 0 | 0.93 | 1 | 0.64 | 3.96 | 1 | 0.18 |
| Hex | 5B | 6 | 0 | 0 | 5D | 64 | 40 | 4 | 64 | 12 |
| Octal | 133 | 6 | 0 | 0 | 135 | 144 | 100 | 4 | 144 | 22 |
| Binary | 1011011 | 110 | 0 | 0 | 1011101 | 1100100 | 1000000 | 100 | 1100100 | 10010 |
Color Harmonies of #5B0600
Complementary color
Monochromatic Colors of #5B0600
Black with #5B0600
Text Example
Text Example
White with #5B0600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0600; }
p { color: rgb(91,6,0); }
H1.HeaderClassName
{
color: #5B0600;
}
.AnyTagClassName
{
color: #5B0600;
}
</style>
background-color css
<style>
a { background-color: #5B0600; }
a { background-color: rgb(91,6,0); }
div.DivClassName
{
background-color: #5B0600;
}
.BgClassName
{
background-color: #5B0600;
}
</style>
border-color css
<style>
span { border-color: #5B0600; }
span { border-color: rgb(91,6,0); }
td.TdClassName
{
border-color: #5B0600;
}
.TagClassName
{
border-color: #5B0600;
}
</style>