Shades of Bordeaux #59081C
Tints of Bordeaux #59081C
RGB
CMYK
RGB Variations
Color information
#59081C (or 0x59081C) is known color: Bordeaux. HEX triplet: 59, 08 and 1C. RGB value is (89,8,28). Sum of RGB (Red+Green+Blue) = 89+8+28=125 (16% of max value = 765). Red value is 89 (35.16% from 255 or 71.2% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 89 - color contains mainly: red. Hex color #59081C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59081C is #A6F7E3. Grayscale: #222222. Windows color (decimal): -10942436 or 1837145. OLE color: 1837145.
HSL color Cylindrical-coordinate representation of color #59081C: hue angle of 345.19º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #59081C is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 8 | 28 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.65 |
| HSL | 345.19º | 0.84% | 0.19% | - |
| HSV(B) | 345.19º | 0.91% | 0.35% | - |
| XYZ | 4.42 | 2.38 | 1.33 | - |
| YUV | 34.5 | 124.34 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 8 | 28 | 0 | 0.91 | 0.69 | 0.65 | 345.19 | 0.84 | 0.19 |
| Hex | 59 | 8 | 1C | 0 | 5B | 45 | 41 | 159 | 54 | 13 |
| Octal | 131 | 10 | 34 | 0 | 133 | 105 | 101 | 531 | 124 | 23 |
| Binary | 1011001 | 1000 | 11100 | 0 | 1011011 | 1000101 | 1000001 | 101011001 | 1010100 | 10011 |
Color Harmonies of #59081C
Complementary color
Monochromatic Colors of #59081C
Black with #59081C
Text Example
Text Example
White with #59081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59081C; }
p { color: rgb(89,8,28); }
H1.HeaderClassName
{
color: #59081C;
}
.AnyTagClassName
{
color: #59081C;
}
</style>
background-color css
<style>
a { background-color: #59081C; }
a { background-color: rgb(89,8,28); }
div.DivClassName
{
background-color: #59081C;
}
.BgClassName
{
background-color: #59081C;
}
</style>
border-color css
<style>
span { border-color: #59081C; }
span { border-color: rgb(89,8,28); }
td.TdClassName
{
border-color: #59081C;
}
.TagClassName
{
border-color: #59081C;
}
</style>