Shades of Bordeaux #5A0823
Tints of Bordeaux #5A0823
RGB
CMYK
RGB Variations
Color information
#5A0823 (or 0x5A0823) is known color: Bordeaux. HEX triplet: 5A, 08 and 23. RGB value is (90,8,35). Sum of RGB (Red+Green+Blue) = 90+8+35=133 (17% of max value = 765). Red value is 90 (35.55% from 255 or 67.67% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 35 (14.06% from 255 or 26.32% from 133); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0823 is #A5F7DC. Grayscale: #232323. Windows color (decimal): -10876893 or 2295898. OLE color: 2295898.
HSL color Cylindrical-coordinate representation of color #5A0823: hue angle of 340.24º 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 #5A0823 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 8 | 35 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.65 |
| HSL | 340.24º | 0.84% | 0.19% | - |
| HSV(B) | 340.24º | 0.91% | 0.35% | - |
| XYZ | 4.61 | 2.47 | 1.82 | - |
| YUV | 35.6 | 127.67 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 8 | 35 | 0 | 0.91 | 0.61 | 0.65 | 340.24 | 0.84 | 0.19 |
| Hex | 5A | 8 | 23 | 0 | 5B | 3D | 41 | 154 | 54 | 13 |
| Octal | 132 | 10 | 43 | 0 | 133 | 75 | 101 | 524 | 124 | 23 |
| Binary | 1011010 | 1000 | 100011 | 0 | 1011011 | 111101 | 1000001 | 101010100 | 1010100 | 10011 |
Color Harmonies of #5A0823
Complementary color
Monochromatic Colors of #5A0823
Black with #5A0823
Text Example
Text Example
White with #5A0823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0823; }
p { color: rgb(90,8,35); }
H1.HeaderClassName
{
color: #5A0823;
}
.AnyTagClassName
{
color: #5A0823;
}
</style>
background-color css
<style>
a { background-color: #5A0823; }
a { background-color: rgb(90,8,35); }
div.DivClassName
{
background-color: #5A0823;
}
.BgClassName
{
background-color: #5A0823;
}
</style>
border-color css
<style>
span { border-color: #5A0823; }
span { border-color: rgb(90,8,35); }
td.TdClassName
{
border-color: #5A0823;
}
.TagClassName
{
border-color: #5A0823;
}
</style>