Shades of Bordeaux #5A0821
Tints of Bordeaux #5A0821
RGB
CMYK
RGB Variations
Color information
#5A0821 (or 0x5A0821) is known color: Bordeaux. HEX triplet: 5A, 08 and 21. RGB value is (90,8,33). Sum of RGB (Red+Green+Blue) = 90+8+33=131 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.70% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0821 is #A5F7DE. Grayscale: #232323. Windows color (decimal): -10876895 or 2164826. OLE color: 2164826.
HSL color Cylindrical-coordinate representation of color #5A0821: hue angle of 341.71º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A0821 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 33 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.65 |
| HSL | 341.71º | 0.84% | 0.19% | - |
| HSV(B) | 341.71º | 0.91% | 0.35% | - |
| XYZ | 4.58 | 2.46 | 1.67 | - |
| YUV | 35.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 33 | 0 | 0.91 | 0.63 | 0.65 | 341.71 | 0.84 | 0.19 |
| Hex | 5A | 8 | 21 | 0 | 5B | 3F | 41 | 156 | 54 | 13 |
| Octal | 132 | 10 | 41 | 0 | 133 | 77 | 101 | 526 | 124 | 23 |
| Binary | 1011010 | 1000 | 100001 | 0 | 1011011 | 111111 | 1000001 | 101010110 | 1010100 | 10011 |
Color Harmonies of #5A0821
Complementary color
Monochromatic Colors of #5A0821
Black with #5A0821
Text Example
Text Example
White with #5A0821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0821; }
p { color: rgb(90,8,33); }
H1.HeaderClassName
{
color: #5A0821;
}
.AnyTagClassName
{
color: #5A0821;
}
</style>
background-color css
<style>
a { background-color: #5A0821; }
a { background-color: rgb(90,8,33); }
div.DivClassName
{
background-color: #5A0821;
}
.BgClassName
{
background-color: #5A0821;
}
</style>
border-color css
<style>
span { border-color: #5A0821; }
span { border-color: rgb(90,8,33); }
td.TdClassName
{
border-color: #5A0821;
}
.TagClassName
{
border-color: #5A0821;
}
</style>