Shades of Bordeaux #59091C
Tints of Bordeaux #59091C
RGB
CMYK
RGB Variations
Color information
#59091C (or 0x59091C) is known color: Bordeaux. HEX triplet: 59, 09 and 1C. RGB value is (89,9,28). Sum of RGB (Red+Green+Blue) = 89+9+28=126 (16% of max value = 765). Red value is 89 (35.16% from 255 or 70.63% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 89 - color contains mainly: red. Hex color #59091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59091C is #A6F6E3. Grayscale: #232323. Windows color (decimal): -10942180 or 1837401. OLE color: 1837401.
HSL color Cylindrical-coordinate representation of color #59091C: hue angle of 345.75º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59091C is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 28 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.65 |
| HSL | 345.75º | 0.82% | 0.19% | - |
| HSV(B) | 345.75º | 0.9% | 0.35% | - |
| XYZ | 4.43 | 2.4 | 1.33 | - |
| YUV | 35.09 | 124 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 28 | 0 | 0.90 | 0.69 | 0.65 | 345.75 | 0.82 | 0.19 |
| Hex | 59 | 9 | 1C | 0 | 5A | 45 | 41 | 15A | 52 | 13 |
| Octal | 131 | 11 | 34 | 0 | 132 | 105 | 101 | 532 | 122 | 23 |
| Binary | 1011001 | 1001 | 11100 | 0 | 1011010 | 1000101 | 1000001 | 101011010 | 1010010 | 10011 |
Color Harmonies of #59091C
Complementary color
Monochromatic Colors of #59091C
Black with #59091C
Text Example
Text Example
White with #59091C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59091C; }
p { color: rgb(89,9,28); }
H1.HeaderClassName
{
color: #59091C;
}
.AnyTagClassName
{
color: #59091C;
}
</style>
background-color css
<style>
a { background-color: #59091C; }
a { background-color: rgb(89,9,28); }
div.DivClassName
{
background-color: #59091C;
}
.BgClassName
{
background-color: #59091C;
}
</style>
border-color css
<style>
span { border-color: #59091C; }
span { border-color: rgb(89,9,28); }
td.TdClassName
{
border-color: #59091C;
}
.TagClassName
{
border-color: #59091C;
}
</style>