Shades of Bordeaux #5A0114
Tints of Bordeaux #5A0114
RGB
CMYK
RGB Variations
Color information
#5A0114 (or 0x5A0114) is known color: Bordeaux. HEX triplet: 5A, 01 and 14. RGB value is (90,1,20). Sum of RGB (Red+Green+Blue) = 90+1+20=111 (14% of max value = 765). Red value is 90 (35.55% from 255 or 81.08% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 20 (8.20% from 255 or 18.02% from 111); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0114 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0114 is #A5FEEB. Grayscale: #1D1D1D. Windows color (decimal): -10878700 or 1311066. OLE color: 1311066.
HSL color Cylindrical-coordinate representation of color #5A0114: hue angle of 347.19º 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 #5A0114 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 1 | 20 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.65 |
| HSL | 347.19º | 0.98% | 0.18% | - |
| HSV(B) | 347.19º | 0.99% | 0.35% | - |
| XYZ | 4.35 | 2.25 | 0.87 | - |
| YUV | 29.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 1 | 20 | 0 | 0.99 | 0.78 | 0.65 | 347.19 | 0.98 | 0.18 |
| Hex | 5A | 1 | 14 | 0 | 63 | 4E | 41 | 15B | 62 | 12 |
| Octal | 132 | 1 | 24 | 0 | 143 | 116 | 101 | 533 | 142 | 22 |
| Binary | 1011010 | 1 | 10100 | 0 | 1100011 | 1001110 | 1000001 | 101011011 | 1100010 | 10010 |
Color Harmonies of #5A0114
Complementary color
Monochromatic Colors of #5A0114
Black with #5A0114
Text Example
Text Example
White with #5A0114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0114; }
p { color: rgb(90,1,20); }
H1.HeaderClassName
{
color: #5A0114;
}
.AnyTagClassName
{
color: #5A0114;
}
</style>
background-color css
<style>
a { background-color: #5A0114; }
a { background-color: rgb(90,1,20); }
div.DivClassName
{
background-color: #5A0114;
}
.BgClassName
{
background-color: #5A0114;
}
</style>
border-color css
<style>
span { border-color: #5A0114; }
span { border-color: rgb(90,1,20); }
td.TdClassName
{
border-color: #5A0114;
}
.TagClassName
{
border-color: #5A0114;
}
</style>