Shades of Bordeaux #590307
Tints of Bordeaux #590307
RGB
CMYK
RGB Variations
Color information
#590307 (or 0x590307) is known color: Bordeaux. HEX triplet: 59, 03 and 07. RGB value is (89,3,7). Sum of RGB (Red+Green+Blue) = 89+3+7=99 (13% of max value = 765). Red value is 89 (35.16% from 255 or 89.90% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 7 (3.12% from 255 or 7.07% from 99); Max value from RGB is 89 - color contains mainly: red. Hex color #590307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #590307 is #A6FCF8. Grayscale: #1D1D1D. Windows color (decimal): -10943737 or 459609. OLE color: 459609.
HSL color Cylindrical-coordinate representation of color #590307: hue angle of 357.21º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #590307 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 7 | - |
| CMYK | 0 | 0.97 | 0.92 | 0.65 |
| HSL | 357.21º | 0.93% | 0.18% | - |
| HSV(B) | 357.21º | 0.97% | 0.35% | - |
| XYZ | 4.19 | 2.2 | 0.41 | - |
| YUV | 29.17 | 115.49 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 7 | 0 | 0.97 | 0.92 | 0.65 | 357.21 | 0.93 | 0.18 |
| Hex | 59 | 3 | 7 | 0 | 61 | 5C | 41 | 165 | 5D | 12 |
| Octal | 131 | 3 | 7 | 0 | 141 | 134 | 101 | 545 | 135 | 22 |
| Binary | 1011001 | 11 | 111 | 0 | 1100001 | 1011100 | 1000001 | 101100101 | 1011101 | 10010 |
Color Harmonies of #590307
Complementary color
Monochromatic Colors of #590307
Black with #590307
Text Example
Text Example
White with #590307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590307; }
p { color: rgb(89,3,7); }
H1.HeaderClassName
{
color: #590307;
}
.AnyTagClassName
{
color: #590307;
}
</style>
background-color css
<style>
a { background-color: #590307; }
a { background-color: rgb(89,3,7); }
div.DivClassName
{
background-color: #590307;
}
.BgClassName
{
background-color: #590307;
}
</style>
border-color css
<style>
span { border-color: #590307; }
span { border-color: rgb(89,3,7); }
td.TdClassName
{
border-color: #590307;
}
.TagClassName
{
border-color: #590307;
}
</style>