Shades of Bordeaux #580E2A
Tints of Bordeaux #580E2A
RGB
CMYK
RGB Variations
Color information
#580E2A (or 0x580E2A) is known color: Bordeaux. HEX triplet: 58, 0E and 2A. RGB value is (88,14,42). Sum of RGB (Red+Green+Blue) = 88+14+42=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #580E2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580E2A is #A7F1D5. Grayscale: #272727. Windows color (decimal): -11006422 or 2756184. OLE color: 2756184.
HSL color Cylindrical-coordinate representation of color #580E2A: hue angle of 337.3º 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 #580E2A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 14 | 42 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.65 |
| HSL | 337.3º | 0.73% | 0.2% | - |
| HSV(B) | 337.3º | 0.84% | 0.35% | - |
| XYZ | 4.6 | 2.56 | 2.44 | - |
| YUV | 39.32 | 129.52 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 14 | 42 | 0 | 0.84 | 0.52 | 0.65 | 337.3 | 0.73 | 0.2 |
| Hex | 58 | E | 2A | 0 | 54 | 34 | 41 | 151 | 49 | 14 |
| Octal | 130 | 16 | 52 | 0 | 124 | 64 | 101 | 521 | 111 | 24 |
| Binary | 1011000 | 1110 | 101010 | 0 | 1010100 | 110100 | 1000001 | 101010001 | 1001001 | 10100 |
Color Harmonies of #580E2A
Complementary color
Monochromatic Colors of #580E2A
Black with #580E2A
Text Example
Text Example
White with #580E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580E2A; }
p { color: rgb(88,14,42); }
H1.HeaderClassName
{
color: #580E2A;
}
.AnyTagClassName
{
color: #580E2A;
}
</style>
background-color css
<style>
a { background-color: #580E2A; }
a { background-color: rgb(88,14,42); }
div.DivClassName
{
background-color: #580E2A;
}
.BgClassName
{
background-color: #580E2A;
}
</style>
border-color css
<style>
span { border-color: #580E2A; }
span { border-color: rgb(88,14,42); }
td.TdClassName
{
border-color: #580E2A;
}
.TagClassName
{
border-color: #580E2A;
}
</style>