Shades of Bordeaux #590108
Tints of Bordeaux #590108
RGB
CMYK
RGB Variations
Color information
#590108 (or 0x590108) is known color: Bordeaux. HEX triplet: 59, 01 and 08. RGB value is (89,1,8). Sum of RGB (Red+Green+Blue) = 89+1+8=98 (12% of max value = 765). Red value is 89 (35.16% from 255 or 90.82% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 89 - color contains mainly: red. Hex color #590108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590108 is #A6FEF7. Grayscale: #1C1C1C. Windows color (decimal): -10944248 or 524633. OLE color: 524633.
HSL color Cylindrical-coordinate representation of color #590108: hue angle of 355.23º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #590108 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.65 |
| HSL | 355.23º | 0.98% | 0.18% | - |
| HSV(B) | 355.23º | 0.99% | 0.35% | - |
| XYZ | 4.17 | 2.16 | 0.43 | - |
| YUV | 28.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 8 | 0 | 0.99 | 0.91 | 0.65 | 355.23 | 0.98 | 0.18 |
| Hex | 59 | 1 | 8 | 0 | 63 | 5B | 41 | 163 | 62 | 12 |
| Octal | 131 | 1 | 10 | 0 | 143 | 133 | 101 | 543 | 142 | 22 |
| Binary | 1011001 | 1 | 1000 | 0 | 1100011 | 1011011 | 1000001 | 101100011 | 1100010 | 10010 |
Color Harmonies of #590108
Complementary color
Monochromatic Colors of #590108
Black with #590108
Text Example
Text Example
White with #590108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590108; }
p { color: rgb(89,1,8); }
H1.HeaderClassName
{
color: #590108;
}
.AnyTagClassName
{
color: #590108;
}
</style>
background-color css
<style>
a { background-color: #590108; }
a { background-color: rgb(89,1,8); }
div.DivClassName
{
background-color: #590108;
}
.BgClassName
{
background-color: #590108;
}
</style>
border-color css
<style>
span { border-color: #590108; }
span { border-color: rgb(89,1,8); }
td.TdClassName
{
border-color: #590108;
}
.TagClassName
{
border-color: #590108;
}
</style>