Shades of Bordeaux #5A0214
Tints of Bordeaux #5A0214
RGB
CMYK
RGB Variations
Color information
#5A0214 (or 0x5A0214) is known color: Bordeaux. HEX triplet: 5A, 02 and 14. RGB value is (90,2,20). Sum of RGB (Red+Green+Blue) = 90+2+20=112 (14% of max value = 765). Red value is 90 (35.55% from 255 or 80.36% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0214 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A0214 is #A5FDEB. Grayscale: #1E1E1E. Windows color (decimal): -10878444 or 1311322. OLE color: 1311322.
HSL color Cylindrical-coordinate representation of color #5A0214: hue angle of 347.73º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A0214 is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 2 | 20 | - |
| CMYK | 0 | 0.98 | 0.78 | 0.65 |
| HSL | 347.73º | 0.96% | 0.18% | - |
| HSV(B) | 347.73º | 0.98% | 0.35% | - |
| XYZ | 4.36 | 2.27 | 0.87 | - |
| YUV | 30.36 | 122.15 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 2 | 20 | 0 | 0.98 | 0.78 | 0.65 | 347.73 | 0.96 | 0.18 |
| Hex | 5A | 2 | 14 | 0 | 62 | 4E | 41 | 15C | 60 | 12 |
| Octal | 132 | 2 | 24 | 0 | 142 | 116 | 101 | 534 | 140 | 22 |
| Binary | 1011010 | 10 | 10100 | 0 | 1100010 | 1001110 | 1000001 | 101011100 | 1100000 | 10010 |
Color Harmonies of #5A0214
Complementary color
Monochromatic Colors of #5A0214
Black with #5A0214
Text Example
Text Example
White with #5A0214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0214; }
p { color: rgb(90,2,20); }
H1.HeaderClassName
{
color: #5A0214;
}
.AnyTagClassName
{
color: #5A0214;
}
</style>
background-color css
<style>
a { background-color: #5A0214; }
a { background-color: rgb(90,2,20); }
div.DivClassName
{
background-color: #5A0214;
}
.BgClassName
{
background-color: #5A0214;
}
</style>
border-color css
<style>
span { border-color: #5A0214; }
span { border-color: rgb(90,2,20); }
td.TdClassName
{
border-color: #5A0214;
}
.TagClassName
{
border-color: #5A0214;
}
</style>