Shades of Bordeaux #5A0014
Tints of Bordeaux #5A0014
RGB
CMYK
RGB Variations
Color information
#5A0014 (or 0x5A0014) is known color: Bordeaux. HEX triplet: 5A, 00 and 14. RGB value is (90,0,20). Sum of RGB (Red+Green+Blue) = 90+0+20=110 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.82% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0014 is #A5FFEB. Grayscale: #1D1D1D. Windows color (decimal): -10878956 or 1310810. OLE color: 1310810.
HSL color Cylindrical-coordinate representation of color #5A0014: hue angle of 346.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 #5A0014 is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 0 | 20 | - |
| CMYK | 0 | 1 | 0.78 | 0.65 |
| HSL | 346.67º | 1% | 0.18% | - |
| HSV(B) | 346.67º | 1% | 0.35% | - |
| XYZ | 4.34 | 2.22 | 0.86 | - |
| YUV | 29.19 | 122.82 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 0 | 20 | 0 | 1 | 0.78 | 0.65 | 346.67 | 1 | 0.18 |
| Hex | 5A | 0 | 14 | 0 | 64 | 4E | 41 | 15B | 64 | 12 |
| Octal | 132 | 0 | 24 | 0 | 144 | 116 | 101 | 533 | 144 | 22 |
| Binary | 1011010 | 0 | 10100 | 0 | 1100100 | 1001110 | 1000001 | 101011011 | 1100100 | 10010 |
Color Harmonies of #5A0014
Complementary color
Monochromatic Colors of #5A0014
Black with #5A0014
Text Example
Text Example
White with #5A0014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0014; }
p { color: rgb(90,0,20); }
H1.HeaderClassName
{
color: #5A0014;
}
.AnyTagClassName
{
color: #5A0014;
}
</style>
background-color css
<style>
a { background-color: #5A0014; }
a { background-color: rgb(90,0,20); }
div.DivClassName
{
background-color: #5A0014;
}
.BgClassName
{
background-color: #5A0014;
}
</style>
border-color css
<style>
span { border-color: #5A0014; }
span { border-color: rgb(90,0,20); }
td.TdClassName
{
border-color: #5A0014;
}
.TagClassName
{
border-color: #5A0014;
}
</style>