Shades of Bordeaux #59001B
Tints of Bordeaux #59001B
RGB
CMYK
RGB Variations
Color information
#59001B (or 0x59001B) is known color: Bordeaux. HEX triplet: 59, 00 and 1B. RGB value is (89,0,27). Sum of RGB (Red+Green+Blue) = 89+0+27=116 (15% of max value = 765). Red value is 89 (35.16% from 255 or 76.72% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 89 - color contains mainly: red. Hex color #59001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59001B is #A6FFE4. Grayscale: #1D1D1D. Windows color (decimal): -10944485 or 1769561. OLE color: 1769561.
HSL color Cylindrical-coordinate representation of color #59001B: hue angle of 341.8º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59001B is Cyan = 0, Magento = 1, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.70 | 0.65 |
| HSL | 341.8º | 1% | 0.17% | - |
| HSV(B) | 341.8º | 1% | 0.35% | - |
| XYZ | 4.32 | 2.2 | 1.23 | - |
| YUV | 29.69 | 126.49 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 27 | 0 | 1 | 0.70 | 0.65 | 341.8 | 1 | 0.17 |
| Hex | 59 | 0 | 1B | 0 | 64 | 46 | 41 | 156 | 64 | 11 |
| Octal | 131 | 0 | 33 | 0 | 144 | 106 | 101 | 526 | 144 | 21 |
| Binary | 1011001 | 0 | 11011 | 0 | 1100100 | 1000110 | 1000001 | 101010110 | 1100100 | 10001 |
Color Harmonies of #59001B
Complementary color
Monochromatic Colors of #59001B
Black with #59001B
Text Example
Text Example
White with #59001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59001B; }
p { color: rgb(89,0,27); }
H1.HeaderClassName
{
color: #59001B;
}
.AnyTagClassName
{
color: #59001B;
}
</style>
background-color css
<style>
a { background-color: #59001B; }
a { background-color: rgb(89,0,27); }
div.DivClassName
{
background-color: #59001B;
}
.BgClassName
{
background-color: #59001B;
}
</style>
border-color css
<style>
span { border-color: #59001B; }
span { border-color: rgb(89,0,27); }
td.TdClassName
{
border-color: #59001B;
}
.TagClassName
{
border-color: #59001B;
}
</style>