Shades of Maroon #5A0303
Tints of Maroon #5A0303
RGB
CMYK
RGB Variations
Color information
#5A0303 (or 0x5A0303) is known color: Maroon. HEX triplet: 5A, 03 and 03. RGB value is (90,3,3). Sum of RGB (Red+Green+Blue) = 90+3+3=96 (12% of max value = 765). Red value is 90 (35.55% from 255 or 93.75% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0303 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0303 is #A5FCFC. Grayscale: #1D1D1D. Windows color (decimal): -10878205 or 197466. OLE color: 197466.
HSL color Cylindrical-coordinate representation of color #5A0303: hue angle of 0º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0303 is Cyan = 0, Magento = 0.97, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 3 | 3 | - |
| CMYK | 0 | 0.97 | 0.97 | 0.65 |
| HSL | 0º | 0.94% | 0.18% | - |
| HSV(B) | 0º | 0.97% | 0.35% | - |
| XYZ | 4.27 | 2.25 | 0.29 | - |
| YUV | 29.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 3 | 3 | 0 | 0.97 | 0.97 | 0.65 | 0 | 0.94 | 0.18 |
| Hex | 5A | 3 | 3 | 0 | 61 | 61 | 41 | 0 | 5E | 12 |
| Octal | 132 | 3 | 3 | 0 | 141 | 141 | 101 | 0 | 136 | 22 |
| Binary | 1011010 | 11 | 11 | 0 | 1100001 | 1100001 | 1000001 | 0 | 1011110 | 10010 |
Color Harmonies of #5A0303
Complementary color
Monochromatic Colors of #5A0303
Black with #5A0303
Text Example
Text Example
White with #5A0303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0303; }
p { color: rgb(90,3,3); }
H1.HeaderClassName
{
color: #5A0303;
}
.AnyTagClassName
{
color: #5A0303;
}
</style>
background-color css
<style>
a { background-color: #5A0303; }
a { background-color: rgb(90,3,3); }
div.DivClassName
{
background-color: #5A0303;
}
.BgClassName
{
background-color: #5A0303;
}
</style>
border-color css
<style>
span { border-color: #5A0303; }
span { border-color: rgb(90,3,3); }
td.TdClassName
{
border-color: #5A0303;
}
.TagClassName
{
border-color: #5A0303;
}
</style>