Shades of Bordeaux #580E29
Tints of Bordeaux #580E29
RGB
CMYK
RGB Variations
Color information
#580E29 (or 0x580E29) is known color: Bordeaux. HEX triplet: 58, 0E and 29. RGB value is (88,14,41). Sum of RGB (Red+Green+Blue) = 88+14+41=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 14 (5.86% from 255 or 9.79% from 143); Blue value is 41 (16.41% from 255 or 28.67% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #580E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E29 is #A7F1D6. Grayscale: #272727. Windows color (decimal): -11006423 or 2690648. OLE color: 2690648.
HSL color Cylindrical-coordinate representation of color #580E29: hue angle of 338.11º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #580E29 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 14 | 41 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.65 |
| HSL | 338.11º | 0.73% | 0.2% | - |
| HSV(B) | 338.11º | 0.84% | 0.35% | - |
| XYZ | 4.58 | 2.55 | 2.35 | - |
| YUV | 39.2 | 129.02 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 41 | 0 | 0.84 | 0.53 | 0.65 | 338.11 | 0.73 | 0.2 |
| Hex | 58 | E | 29 | 0 | 54 | 35 | 41 | 152 | 49 | 14 |
| Octal | 130 | 16 | 51 | 0 | 124 | 65 | 101 | 522 | 111 | 24 |
| Binary | 1011000 | 1110 | 101001 | 0 | 1010100 | 110101 | 1000001 | 101010010 | 1001001 | 10100 |
Color Harmonies of #580E29
Complementary color
Monochromatic Colors of #580E29
Black with #580E29
Text Example
Text Example
White with #580E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E29; }
p { color: rgb(88,14,41); }
H1.HeaderClassName
{
color: #580E29;
}
.AnyTagClassName
{
color: #580E29;
}
</style>
background-color css
<style>
a { background-color: #580E29; }
a { background-color: rgb(88,14,41); }
div.DivClassName
{
background-color: #580E29;
}
.BgClassName
{
background-color: #580E29;
}
</style>
border-color css
<style>
span { border-color: #580E29; }
span { border-color: rgb(88,14,41); }
td.TdClassName
{
border-color: #580E29;
}
.TagClassName
{
border-color: #580E29;
}
</style>