Shades of Bordeaux #5A010D
Tints of Bordeaux #5A010D
RGB
CMYK
RGB Variations
Color information
#5A010D (or 0x5A010D) is known color: Bordeaux. HEX triplet: 5A, 01 and 0D. RGB value is (90,1,13). Sum of RGB (Red+Green+Blue) = 90+1+13=104 (13% of max value = 765). Red value is 90 (35.55% from 255 or 86.54% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 13 (5.47% from 255 or 12.5% from 104); Max value from RGB is 90 - color contains mainly: red. Hex color #5A010D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A010D is #A5FEF2. Grayscale: #1D1D1D. Windows color (decimal): -10878707 or 852314. OLE color: 852314.
HSL color Cylindrical-coordinate representation of color #5A010D: hue angle of 351.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A010D is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 13 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.65 |
| HSL | 351.91º | 0.98% | 0.18% | - |
| HSV(B) | 351.91º | 0.99% | 0.35% | - |
| XYZ | 4.3 | 2.22 | 0.58 | - |
| YUV | 28.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 13 | 0 | 0.99 | 0.86 | 0.65 | 351.91 | 0.98 | 0.18 |
| Hex | 5A | 1 | D | 0 | 63 | 56 | 41 | 160 | 62 | 12 |
| Octal | 132 | 1 | 15 | 0 | 143 | 126 | 101 | 540 | 142 | 22 |
| Binary | 1011010 | 1 | 1101 | 0 | 1100011 | 1010110 | 1000001 | 101100000 | 1100010 | 10010 |
Color Harmonies of #5A010D
Complementary color
Monochromatic Colors of #5A010D
Black with #5A010D
Text Example
Text Example
White with #5A010D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A010D; }
p { color: rgb(90,1,13); }
H1.HeaderClassName
{
color: #5A010D;
}
.AnyTagClassName
{
color: #5A010D;
}
</style>
background-color css
<style>
a { background-color: #5A010D; }
a { background-color: rgb(90,1,13); }
div.DivClassName
{
background-color: #5A010D;
}
.BgClassName
{
background-color: #5A010D;
}
</style>
border-color css
<style>
span { border-color: #5A010D; }
span { border-color: rgb(90,1,13); }
td.TdClassName
{
border-color: #5A010D;
}
.TagClassName
{
border-color: #5A010D;
}
</style>