Shades of Bordeaux #580009
Tints of Bordeaux #580009
RGB
CMYK
RGB Variations
Color information
#580009 (or 0x580009) is known color: Bordeaux. HEX triplet: 58, 00 and 09. RGB value is (88,0,9). Sum of RGB (Red+Green+Blue) = 88+0+9=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580009 is #A7FFF6. Grayscale: #1B1B1B. Windows color (decimal): -11010039 or 589912. OLE color: 589912.
HSL color Cylindrical-coordinate representation of color #580009: hue angle of 353.86º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580009 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 9 | - |
| CMYK | 0 | 1 | 0.90 | 0.65 |
| HSL | 353.86º | 1% | 0.17% | - |
| HSV(B) | 353.86º | 1% | 0.35% | - |
| XYZ | 4.07 | 2.09 | 0.45 | - |
| YUV | 27.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 9 | 0 | 1 | 0.90 | 0.65 | 353.86 | 1 | 0.17 |
| Hex | 58 | 0 | 9 | 0 | 64 | 5A | 41 | 162 | 64 | 11 |
| Octal | 130 | 0 | 11 | 0 | 144 | 132 | 101 | 542 | 144 | 21 |
| Binary | 1011000 | 0 | 1001 | 0 | 1100100 | 1011010 | 1000001 | 101100010 | 1100100 | 10001 |
Color Harmonies of #580009
Complementary color
Monochromatic Colors of #580009
Black with #580009
Text Example
Text Example
White with #580009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580009; }
p { color: rgb(88,0,9); }
H1.HeaderClassName
{
color: #580009;
}
.AnyTagClassName
{
color: #580009;
}
</style>
background-color css
<style>
a { background-color: #580009; }
a { background-color: rgb(88,0,9); }
div.DivClassName
{
background-color: #580009;
}
.BgClassName
{
background-color: #580009;
}
</style>
border-color css
<style>
span { border-color: #580009; }
span { border-color: rgb(88,0,9); }
td.TdClassName
{
border-color: #580009;
}
.TagClassName
{
border-color: #580009;
}
</style>