Shades of Bordeaux #590B23
Tints of Bordeaux #590B23
RGB
CMYK
RGB Variations
Color information
#590B23 (or 0x590B23) is known color: Bordeaux. HEX triplet: 59, 0B and 23. RGB value is (89,11,35). Sum of RGB (Red+Green+Blue) = 89+11+35=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #590B23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590B23 is #A6F4DC. Grayscale: #252525. Windows color (decimal): -10941661 or 2296665. OLE color: 2296665.
HSL color Cylindrical-coordinate representation of color #590B23: hue angle of 341.54º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #590B23 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 11 | 35 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.65 |
| HSL | 341.54º | 0.78% | 0.2% | - |
| HSV(B) | 341.54º | 0.88% | 0.35% | - |
| XYZ | 4.54 | 2.48 | 1.83 | - |
| YUV | 37.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 35 | 0 | 0.88 | 0.61 | 0.65 | 341.54 | 0.78 | 0.2 |
| Hex | 59 | B | 23 | 0 | 58 | 3D | 41 | 156 | 4E | 14 |
| Octal | 131 | 13 | 43 | 0 | 130 | 75 | 101 | 526 | 116 | 24 |
| Binary | 1011001 | 1011 | 100011 | 0 | 1011000 | 111101 | 1000001 | 101010110 | 1001110 | 10100 |
Color Harmonies of #590B23
Complementary color
Monochromatic Colors of #590B23
Black with #590B23
Text Example
Text Example
White with #590B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590B23; }
p { color: rgb(89,11,35); }
H1.HeaderClassName
{
color: #590B23;
}
.AnyTagClassName
{
color: #590B23;
}
</style>
background-color css
<style>
a { background-color: #590B23; }
a { background-color: rgb(89,11,35); }
div.DivClassName
{
background-color: #590B23;
}
.BgClassName
{
background-color: #590B23;
}
</style>
border-color css
<style>
span { border-color: #590B23; }
span { border-color: rgb(89,11,35); }
td.TdClassName
{
border-color: #590B23;
}
.TagClassName
{
border-color: #590B23;
}
</style>