Shades of Bordeaux #59132D
Tints of Bordeaux #59132D
RGB
CMYK
RGB Variations
Color information
#59132D (or 0x59132D) is known color: Bordeaux. HEX triplet: 59, 13 and 2D. RGB value is (89,19,45). Sum of RGB (Red+Green+Blue) = 89+19+45=153 (20% of max value = 765). Red value is 89 (35.16% from 255 or 58.17% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 89 - color contains mainly: red. Hex color #59132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59132D is #A6ECD2. Grayscale: #2A2A2A. Windows color (decimal): -10939603 or 2954073. OLE color: 2954073.
HSL color Cylindrical-coordinate representation of color #59132D: hue angle of 337.71º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #59132D is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 45 | - |
| CMYK | 0 | 0.79 | 0.49 | 0.65 |
| HSL | 337.71º | 0.65% | 0.21% | - |
| HSV(B) | 337.71º | 0.79% | 0.35% | - |
| XYZ | 4.83 | 2.78 | 2.76 | - |
| YUV | 42.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 45 | 0 | 0.79 | 0.49 | 0.65 | 337.71 | 0.65 | 0.21 |
| Hex | 59 | 13 | 2D | 0 | 4F | 31 | 41 | 152 | 41 | 15 |
| Octal | 131 | 23 | 55 | 0 | 117 | 61 | 101 | 522 | 101 | 25 |
| Binary | 1011001 | 10011 | 101101 | 0 | 1001111 | 110001 | 1000001 | 101010010 | 1000001 | 10101 |
Color Harmonies of #59132D
Complementary color
Monochromatic Colors of #59132D
Black with #59132D
Text Example
Text Example
White with #59132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59132D; }
p { color: rgb(89,19,45); }
H1.HeaderClassName
{
color: #59132D;
}
.AnyTagClassName
{
color: #59132D;
}
</style>
background-color css
<style>
a { background-color: #59132D; }
a { background-color: rgb(89,19,45); }
div.DivClassName
{
background-color: #59132D;
}
.BgClassName
{
background-color: #59132D;
}
</style>
border-color css
<style>
span { border-color: #59132D; }
span { border-color: rgb(89,19,45); }
td.TdClassName
{
border-color: #59132D;
}
.TagClassName
{
border-color: #59132D;
}
</style>