Shades of Bordeaux #59101B
Tints of Bordeaux #59101B
RGB
CMYK
RGB Variations
Color information
#59101B (or 0x59101B) is known color: Bordeaux. HEX triplet: 59, 10 and 1B. RGB value is (89,16,27). Sum of RGB (Red+Green+Blue) = 89+16+27=132 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.42% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 89 - color contains mainly: red. Hex color #59101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59101B is #A6EFE4. Grayscale: #272727. Windows color (decimal): -10940389 or 1773657. OLE color: 1773657.
HSL color Cylindrical-coordinate representation of color #59101B: hue angle of 350.96º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #59101B is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 27 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.65 |
| HSL | 350.96º | 0.7% | 0.21% | - |
| HSV(B) | 350.96º | 0.82% | 0.35% | - |
| XYZ | 4.5 | 2.57 | 1.3 | - |
| YUV | 39.08 | 121.18 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 27 | 0 | 0.82 | 0.70 | 0.65 | 350.96 | 0.7 | 0.21 |
| Hex | 59 | 10 | 1B | 0 | 52 | 46 | 41 | 15F | 46 | 15 |
| Octal | 131 | 20 | 33 | 0 | 122 | 106 | 101 | 537 | 106 | 25 |
| Binary | 1011001 | 10000 | 11011 | 0 | 1010010 | 1000110 | 1000001 | 101011111 | 1000110 | 10101 |
Color Harmonies of #59101B
Complementary color
Monochromatic Colors of #59101B
Black with #59101B
Text Example
Text Example
White with #59101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59101B; }
p { color: rgb(89,16,27); }
H1.HeaderClassName
{
color: #59101B;
}
.AnyTagClassName
{
color: #59101B;
}
</style>
background-color css
<style>
a { background-color: #59101B; }
a { background-color: rgb(89,16,27); }
div.DivClassName
{
background-color: #59101B;
}
.BgClassName
{
background-color: #59101B;
}
</style>
border-color css
<style>
span { border-color: #59101B; }
span { border-color: rgb(89,16,27); }
td.TdClassName
{
border-color: #59101B;
}
.TagClassName
{
border-color: #59101B;
}
</style>