Shades of Maroon #5B0303
Tints of Maroon #5B0303
RGB
CMYK
RGB Variations
Color information
#5B0303 (or 0x5B0303) is known color: Maroon. HEX triplet: 5B, 03 and 03. RGB value is (91,3,3). Sum of RGB (Red+Green+Blue) = 91+3+3=97 (12% of max value = 765). Red value is 91 (35.94% from 255 or 93.81% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0303 is #A4FCFC. Grayscale: #1D1D1D. Windows color (decimal): -10812669 or 197467. OLE color: 197467.
HSL color Cylindrical-coordinate representation of color #5B0303: hue angle of 0º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5B0303 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 3 | 3 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.64 |
| HSL | 0º | 0.94% | 0.18% | - |
| HSV(B) | 0º | 0.97% | 0.36% | - |
| XYZ | 4.36 | 2.3 | 0.3 | - |
| YUV | 29.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 3 | 3 | 0 | 0.97 | 0.97 | 0.64 | 0 | 0.94 | 0.18 |
| Hex | 5B | 3 | 3 | 0 | 61 | 61 | 40 | 0 | 5E | 12 |
| Octal | 133 | 3 | 3 | 0 | 141 | 141 | 100 | 0 | 136 | 22 |
| Binary | 1011011 | 11 | 11 | 0 | 1100001 | 1100001 | 1000000 | 0 | 1011110 | 10010 |
Color Harmonies of #5B0303
Complementary color
Monochromatic Colors of #5B0303
Black with #5B0303
Text Example
Text Example
White with #5B0303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0303; }
p { color: rgb(91,3,3); }
H1.HeaderClassName
{
color: #5B0303;
}
.AnyTagClassName
{
color: #5B0303;
}
</style>
background-color css
<style>
a { background-color: #5B0303; }
a { background-color: rgb(91,3,3); }
div.DivClassName
{
background-color: #5B0303;
}
.BgClassName
{
background-color: #5B0303;
}
</style>
border-color css
<style>
span { border-color: #5B0303; }
span { border-color: rgb(91,3,3); }
td.TdClassName
{
border-color: #5B0303;
}
.TagClassName
{
border-color: #5B0303;
}
</style>