Shades of Bordeaux #59102C
Tints of Bordeaux #59102C
RGB
CMYK
RGB Variations
Color information
#59102C (or 0x59102C) is known color: Bordeaux. HEX triplet: 59, 10 and 2C. RGB value is (89,16,44). Sum of RGB (Red+Green+Blue) = 89+16+44=149 (19% of max value = 765). Red value is 89 (35.16% from 255 or 59.73% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 89 - color contains mainly: red. Hex color #59102C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59102C is #A6EFD3. Grayscale: #282828. Windows color (decimal): -10940372 or 2887769. OLE color: 2887769.
HSL color Cylindrical-coordinate representation of color #59102C: hue angle of 336.99º 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 #59102C is Cyan = 0, Magento = 0.82, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 16 | 44 | - |
| CMYK | 0 | 0.82 | 0.51 | 0.65 |
| HSL | 336.99º | 0.7% | 0.21% | - |
| HSV(B) | 336.99º | 0.82% | 0.35% | - |
| XYZ | 4.76 | 2.68 | 2.65 | - |
| YUV | 41.02 | 129.68 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 16 | 44 | 0 | 0.82 | 0.51 | 0.65 | 336.99 | 0.7 | 0.21 |
| Hex | 59 | 10 | 2C | 0 | 52 | 33 | 41 | 151 | 46 | 15 |
| Octal | 131 | 20 | 54 | 0 | 122 | 63 | 101 | 521 | 106 | 25 |
| Binary | 1011001 | 10000 | 101100 | 0 | 1010010 | 110011 | 1000001 | 101010001 | 1000110 | 10101 |
Color Harmonies of #59102C
Complementary color
Monochromatic Colors of #59102C
Black with #59102C
Text Example
Text Example
White with #59102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59102C; }
p { color: rgb(89,16,44); }
H1.HeaderClassName
{
color: #59102C;
}
.AnyTagClassName
{
color: #59102C;
}
</style>
background-color css
<style>
a { background-color: #59102C; }
a { background-color: rgb(89,16,44); }
div.DivClassName
{
background-color: #59102C;
}
.BgClassName
{
background-color: #59102C;
}
</style>
border-color css
<style>
span { border-color: #59102C; }
span { border-color: rgb(89,16,44); }
td.TdClassName
{
border-color: #59102C;
}
.TagClassName
{
border-color: #59102C;
}
</style>