Shades of Bordeaux #59001D
Tints of Bordeaux #59001D
RGB
CMYK
RGB Variations
Color information
#59001D (or 0x59001D) is known color: Bordeaux. HEX triplet: 59, 00 and 1D. RGB value is (89,0,29). Sum of RGB (Red+Green+Blue) = 89+0+29=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #59001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59001D is #A6FFE2. Grayscale: #1D1D1D. Windows color (decimal): -10944483 or 1900633. OLE color: 1900633.
HSL color Cylindrical-coordinate representation of color #59001D: hue angle of 340.45º 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 #59001D is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.67 | 0.65 |
| HSL | 340.45º | 1% | 0.17% | - |
| HSV(B) | 340.45º | 1% | 0.35% | - |
| XYZ | 4.34 | 2.21 | 1.36 | - |
| YUV | 29.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 29 | 0 | 1 | 0.67 | 0.65 | 340.45 | 1 | 0.17 |
| Hex | 59 | 0 | 1D | 0 | 64 | 43 | 41 | 154 | 64 | 11 |
| Octal | 131 | 0 | 35 | 0 | 144 | 103 | 101 | 524 | 144 | 21 |
| Binary | 1011001 | 0 | 11101 | 0 | 1100100 | 1000011 | 1000001 | 101010100 | 1100100 | 10001 |
Color Harmonies of #59001D
Complementary color
Monochromatic Colors of #59001D
Black with #59001D
Text Example
Text Example
White with #59001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59001D; }
p { color: rgb(89,0,29); }
H1.HeaderClassName
{
color: #59001D;
}
.AnyTagClassName
{
color: #59001D;
}
</style>
background-color css
<style>
a { background-color: #59001D; }
a { background-color: rgb(89,0,29); }
div.DivClassName
{
background-color: #59001D;
}
.BgClassName
{
background-color: #59001D;
}
</style>
border-color css
<style>
span { border-color: #59001D; }
span { border-color: rgb(89,0,29); }
td.TdClassName
{
border-color: #59001D;
}
.TagClassName
{
border-color: #59001D;
}
</style>