Shades of Bordeaux #5A010E
Tints of Bordeaux #5A010E
RGB
CMYK
RGB Variations
Color information
#5A010E (or 0x5A010E) is known color: Bordeaux. HEX triplet: 5A, 01 and 0E. RGB value is (90,1,14). Sum of RGB (Red+Green+Blue) = 90+1+14=105 (13% of max value = 765). Red value is 90 (35.55% from 255 or 85.71% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 90 - color contains mainly: red. Hex color #5A010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A010E is #A5FEF1. Grayscale: #1D1D1D. Windows color (decimal): -10878706 or 917850. OLE color: 917850.
HSL color Cylindrical-coordinate representation of color #5A010E: hue angle of 351.24º 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 #5A010E is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 14 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.65 |
| HSL | 351.24º | 0.98% | 0.18% | - |
| HSV(B) | 351.24º | 0.99% | 0.35% | - |
| XYZ | 4.31 | 2.23 | 0.62 | - |
| YUV | 29.09 | 119.49 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 14 | 0 | 0.99 | 0.84 | 0.65 | 351.24 | 0.98 | 0.18 |
| Hex | 5A | 1 | E | 0 | 63 | 54 | 41 | 15F | 62 | 12 |
| Octal | 132 | 1 | 16 | 0 | 143 | 124 | 101 | 537 | 142 | 22 |
| Binary | 1011010 | 1 | 1110 | 0 | 1100011 | 1010100 | 1000001 | 101011111 | 1100010 | 10010 |
Color Harmonies of #5A010E
Complementary color
Monochromatic Colors of #5A010E
Black with #5A010E
Text Example
Text Example
White with #5A010E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A010E; }
p { color: rgb(90,1,14); }
H1.HeaderClassName
{
color: #5A010E;
}
.AnyTagClassName
{
color: #5A010E;
}
</style>
background-color css
<style>
a { background-color: #5A010E; }
a { background-color: rgb(90,1,14); }
div.DivClassName
{
background-color: #5A010E;
}
.BgClassName
{
background-color: #5A010E;
}
</style>
border-color css
<style>
span { border-color: #5A010E; }
span { border-color: rgb(90,1,14); }
td.TdClassName
{
border-color: #5A010E;
}
.TagClassName
{
border-color: #5A010E;
}
</style>