Shades of Maroon #5B0100
Tints of Maroon #5B0100
RGB
CMYK
RGB Variations
Color information
#5B0100 (or 0x5B0100) is known color: Maroon. HEX triplet: 5B, 01 and 00. RGB value is (91,1,0). Sum of RGB (Red+Green+Blue) = 91+1+0=92 (12% of max value = 765). Red value is 91 (35.94% from 255 or 98.91% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0100 is #A4FEFF. Grayscale: #1B1B1B. Windows color (decimal): -10813184 or 347. OLE color: 347.
HSL color Cylindrical-coordinate representation of color #5B0100: hue angle of 0.66º 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 #5B0100 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 1 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.64 |
| HSL | 0.66º | 1% | 0.18% | - |
| HSV(B) | 0.66º | 1% | 0.36% | - |
| XYZ | 4.33 | 2.25 | 0.21 | - |
| YUV | 27.8 | 112.32 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 1 | 0 | 0 | 0.99 | 1 | 0.64 | 0.66 | 1 | 0.18 |
| Hex | 5B | 1 | 0 | 0 | 63 | 64 | 40 | 1 | 64 | 12 |
| Octal | 133 | 1 | 0 | 0 | 143 | 144 | 100 | 1 | 144 | 22 |
| Binary | 1011011 | 1 | 0 | 0 | 1100011 | 1100100 | 1000000 | 1 | 1100100 | 10010 |
Color Harmonies of #5B0100
Complementary color
Monochromatic Colors of #5B0100
Black with #5B0100
Text Example
Text Example
White with #5B0100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0100; }
p { color: rgb(91,1,0); }
H1.HeaderClassName
{
color: #5B0100;
}
.AnyTagClassName
{
color: #5B0100;
}
</style>
background-color css
<style>
a { background-color: #5B0100; }
a { background-color: rgb(91,1,0); }
div.DivClassName
{
background-color: #5B0100;
}
.BgClassName
{
background-color: #5B0100;
}
</style>
border-color css
<style>
span { border-color: #5B0100; }
span { border-color: rgb(91,1,0); }
td.TdClassName
{
border-color: #5B0100;
}
.TagClassName
{
border-color: #5B0100;
}
</style>