Shades of Bordeaux #5A0017
Tints of Bordeaux #5A0017
RGB
CMYK
RGB Variations
Color information
#5A0017 (or 0x5A0017) is known color: Bordeaux. HEX triplet: 5A, 00 and 17. RGB value is (90,0,23). Sum of RGB (Red+Green+Blue) = 90+0+23=113 (14% of max value = 765). Red value is 90 (35.55% from 255 or 79.65% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0017 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0017 is #A5FFE8. Grayscale: #1D1D1D. Windows color (decimal): -10878953 or 1507418. OLE color: 1507418.
HSL color Cylindrical-coordinate representation of color #5A0017: hue angle of 344.67º 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 #5A0017 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 23 | - |
| CMYK | 0 | 1 | 0.74 | 0.65 |
| HSL | 344.67º | 1% | 0.18% | - |
| HSV(B) | 344.67º | 1% | 0.35% | - |
| XYZ | 4.37 | 2.24 | 1.01 | - |
| YUV | 29.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 23 | 0 | 1 | 0.74 | 0.65 | 344.67 | 1 | 0.18 |
| Hex | 5A | 0 | 17 | 0 | 64 | 4A | 41 | 159 | 64 | 12 |
| Octal | 132 | 0 | 27 | 0 | 144 | 112 | 101 | 531 | 144 | 22 |
| Binary | 1011010 | 0 | 10111 | 0 | 1100100 | 1001010 | 1000001 | 101011001 | 1100100 | 10010 |
Color Harmonies of #5A0017
Complementary color
Monochromatic Colors of #5A0017
Black with #5A0017
Text Example
Text Example
White with #5A0017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0017; }
p { color: rgb(90,0,23); }
H1.HeaderClassName
{
color: #5A0017;
}
.AnyTagClassName
{
color: #5A0017;
}
</style>
background-color css
<style>
a { background-color: #5A0017; }
a { background-color: rgb(90,0,23); }
div.DivClassName
{
background-color: #5A0017;
}
.BgClassName
{
background-color: #5A0017;
}
</style>
border-color css
<style>
span { border-color: #5A0017; }
span { border-color: rgb(90,0,23); }
td.TdClassName
{
border-color: #5A0017;
}
.TagClassName
{
border-color: #5A0017;
}
</style>