Shades of Bordeaux #580D1B
Tints of Bordeaux #580D1B
RGB
CMYK
RGB Variations
Color information
#580D1B (or 0x580D1B) is known color: Bordeaux. HEX triplet: 58, 0D and 1B. RGB value is (88,13,27). Sum of RGB (Red+Green+Blue) = 88+13+27=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 13 (5.47% from 255 or 10.16% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580D1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580D1B is #A7F2E4. Grayscale: #252525. Windows color (decimal): -11006693 or 1772888. OLE color: 1772888.
HSL color Cylindrical-coordinate representation of color #580D1B: hue angle of 348.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #580D1B is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 13 | 27 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.65 |
| HSL | 348.8º | 0.74% | 0.2% | - |
| HSV(B) | 348.8º | 0.85% | 0.35% | - |
| XYZ | 4.37 | 2.44 | 1.28 | - |
| YUV | 37.02 | 122.35 | 164.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 13 | 27 | 0 | 0.85 | 0.69 | 0.65 | 348.8 | 0.74 | 0.2 |
| Hex | 58 | D | 1B | 0 | 55 | 45 | 41 | 15D | 4A | 14 |
| Octal | 130 | 15 | 33 | 0 | 125 | 105 | 101 | 535 | 112 | 24 |
| Binary | 1011000 | 1101 | 11011 | 0 | 1010101 | 1000101 | 1000001 | 101011101 | 1001010 | 10100 |
Color Harmonies of #580D1B
Complementary color
Monochromatic Colors of #580D1B
Black with #580D1B
Text Example
Text Example
White with #580D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580D1B; }
p { color: rgb(88,13,27); }
H1.HeaderClassName
{
color: #580D1B;
}
.AnyTagClassName
{
color: #580D1B;
}
</style>
background-color css
<style>
a { background-color: #580D1B; }
a { background-color: rgb(88,13,27); }
div.DivClassName
{
background-color: #580D1B;
}
.BgClassName
{
background-color: #580D1B;
}
</style>
border-color css
<style>
span { border-color: #580D1B; }
span { border-color: rgb(88,13,27); }
td.TdClassName
{
border-color: #580D1B;
}
.TagClassName
{
border-color: #580D1B;
}
</style>