Shades of Bordeaux #5A0019
Tints of Bordeaux #5A0019
RGB
CMYK
RGB Variations
Color information
#5A0019 (or 0x5A0019) is known color: Bordeaux. HEX triplet: 5A, 00 and 19. RGB value is (90,0,25). Sum of RGB (Red+Green+Blue) = 90+0+25=115 (15% of max value = 765). Red value is 90 (35.55% from 255 or 78.26% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0019 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0019 is #A5FFE6. Grayscale: #1D1D1D. Windows color (decimal): -10878951 or 1638490. OLE color: 1638490.
HSL color Cylindrical-coordinate representation of color #5A0019: hue angle of 343.33º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0019 is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.72 | 0.65 |
| HSL | 343.33º | 1% | 0.18% | - |
| HSV(B) | 343.33º | 1% | 0.35% | - |
| XYZ | 4.39 | 2.24 | 1.12 | - |
| YUV | 29.76 | 125.32 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 25 | 0 | 1 | 0.72 | 0.65 | 343.33 | 1 | 0.18 |
| Hex | 5A | 0 | 19 | 0 | 64 | 48 | 41 | 157 | 64 | 12 |
| Octal | 132 | 0 | 31 | 0 | 144 | 110 | 101 | 527 | 144 | 22 |
| Binary | 1011010 | 0 | 11001 | 0 | 1100100 | 1001000 | 1000001 | 101010111 | 1100100 | 10010 |
Color Harmonies of #5A0019
Complementary color
Monochromatic Colors of #5A0019
Black with #5A0019
Text Example
Text Example
White with #5A0019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0019; }
p { color: rgb(90,0,25); }
H1.HeaderClassName
{
color: #5A0019;
}
.AnyTagClassName
{
color: #5A0019;
}
</style>
background-color css
<style>
a { background-color: #5A0019; }
a { background-color: rgb(90,0,25); }
div.DivClassName
{
background-color: #5A0019;
}
.BgClassName
{
background-color: #5A0019;
}
</style>
border-color css
<style>
span { border-color: #5A0019; }
span { border-color: rgb(90,0,25); }
td.TdClassName
{
border-color: #5A0019;
}
.TagClassName
{
border-color: #5A0019;
}
</style>