Shades of Bordeaux #591623
Tints of Bordeaux #591623
RGB
CMYK
RGB Variations
Color information
#591623 (or 0x591623) is known color: Bordeaux. HEX triplet: 59, 16 and 23. RGB value is (89,22,35). Sum of RGB (Red+Green+Blue) = 89+22+35=146 (19% of max value = 765). Red value is 89 (35.16% from 255 or 60.96% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 89 - color contains mainly: red. Hex color #591623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #591623 is #A6E9DC. Grayscale: #2B2B2B. Windows color (decimal): -10938845 or 2299481. OLE color: 2299481.
HSL color Cylindrical-coordinate representation of color #591623: hue angle of 348.36º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #591623 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 22 | 35 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.65 |
| HSL | 348.36º | 0.6% | 0.22% | - |
| HSV(B) | 348.36º | 0.75% | 0.35% | - |
| XYZ | 4.71 | 2.82 | 1.89 | - |
| YUV | 43.52 | 123.2 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 22 | 35 | 0 | 0.75 | 0.61 | 0.65 | 348.36 | 0.6 | 0.22 |
| Hex | 59 | 16 | 23 | 0 | 4B | 3D | 41 | 15C | 3C | 16 |
| Octal | 131 | 26 | 43 | 0 | 113 | 75 | 101 | 534 | 74 | 26 |
| Binary | 1011001 | 10110 | 100011 | 0 | 1001011 | 111101 | 1000001 | 101011100 | 111100 | 10110 |
Color Harmonies of #591623
Complementary color
Monochromatic Colors of #591623
Black with #591623
Text Example
Text Example
White with #591623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591623; }
p { color: rgb(89,22,35); }
H1.HeaderClassName
{
color: #591623;
}
.AnyTagClassName
{
color: #591623;
}
</style>
background-color css
<style>
a { background-color: #591623; }
a { background-color: rgb(89,22,35); }
div.DivClassName
{
background-color: #591623;
}
.BgClassName
{
background-color: #591623;
}
</style>
border-color css
<style>
span { border-color: #591623; }
span { border-color: rgb(89,22,35); }
td.TdClassName
{
border-color: #591623;
}
.TagClassName
{
border-color: #591623;
}
</style>