Shades of Bordeaux #580914
Tints of Bordeaux #580914
RGB
CMYK
RGB Variations
Color information
#580914 (or 0x580914) is known color: Bordeaux. HEX triplet: 58, 09 and 14. RGB value is (88,9,20). Sum of RGB (Red+Green+Blue) = 88+9+20=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 9 (3.91% from 255 or 7.69% from 117); Blue value is 20 (8.20% from 255 or 17.09% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #580914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580914 is #A7F6EB. Grayscale: #212121. Windows color (decimal): -11007724 or 1313112. OLE color: 1313112.
HSL color Cylindrical-coordinate representation of color #580914: hue angle of 351.65º degrees, saturation: 0.81, 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 #580914 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 20 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.65 |
| HSL | 351.65º | 0.81% | 0.19% | - |
| HSV(B) | 351.65º | 0.9% | 0.35% | - |
| XYZ | 4.25 | 2.32 | 0.89 | - |
| YUV | 33.88 | 120.17 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 20 | 0 | 0.90 | 0.77 | 0.65 | 351.65 | 0.81 | 0.19 |
| Hex | 58 | 9 | 14 | 0 | 5A | 4D | 41 | 160 | 51 | 13 |
| Octal | 130 | 11 | 24 | 0 | 132 | 115 | 101 | 540 | 121 | 23 |
| Binary | 1011000 | 1001 | 10100 | 0 | 1011010 | 1001101 | 1000001 | 101100000 | 1010001 | 10011 |
Color Harmonies of #580914
Complementary color
Monochromatic Colors of #580914
Black with #580914
Text Example
Text Example
White with #580914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580914; }
p { color: rgb(88,9,20); }
H1.HeaderClassName
{
color: #580914;
}
.AnyTagClassName
{
color: #580914;
}
</style>
background-color css
<style>
a { background-color: #580914; }
a { background-color: rgb(88,9,20); }
div.DivClassName
{
background-color: #580914;
}
.BgClassName
{
background-color: #580914;
}
</style>
border-color css
<style>
span { border-color: #580914; }
span { border-color: rgb(88,9,20); }
td.TdClassName
{
border-color: #580914;
}
.TagClassName
{
border-color: #580914;
}
</style>