Shades of Bordeaux #580B1A
Tints of Bordeaux #580B1A
RGB
CMYK
RGB Variations
Color information
#580B1A (or 0x580B1A) is known color: Bordeaux. HEX triplet: 58, 0B and 1A. RGB value is (88,11,26). Sum of RGB (Red+Green+Blue) = 88+11+26=125 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.4% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 88 - color contains mainly: red. Hex color #580B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580B1A is #A7F4E5. Grayscale: #232323. Windows color (decimal): -11007206 or 1706840. OLE color: 1706840.
HSL color Cylindrical-coordinate representation of color #580B1A: hue angle of 348.31º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B1A is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 11 | 26 | - |
| CMYK | 0 | 0.88 | 0.70 | 0.65 |
| HSL | 348.31º | 0.78% | 0.19% | - |
| HSV(B) | 348.31º | 0.88% | 0.35% | - |
| XYZ | 4.33 | 2.39 | 1.21 | - |
| YUV | 35.73 | 122.51 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 11 | 26 | 0 | 0.88 | 0.70 | 0.65 | 348.31 | 0.78 | 0.19 |
| Hex | 58 | B | 1A | 0 | 58 | 46 | 41 | 15C | 4E | 13 |
| Octal | 130 | 13 | 32 | 0 | 130 | 106 | 101 | 534 | 116 | 23 |
| Binary | 1011000 | 1011 | 11010 | 0 | 1011000 | 1000110 | 1000001 | 101011100 | 1001110 | 10011 |
Color Harmonies of #580B1A
Complementary color
Monochromatic Colors of #580B1A
Black with #580B1A
Text Example
Text Example
White with #580B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580B1A; }
p { color: rgb(88,11,26); }
H1.HeaderClassName
{
color: #580B1A;
}
.AnyTagClassName
{
color: #580B1A;
}
</style>
background-color css
<style>
a { background-color: #580B1A; }
a { background-color: rgb(88,11,26); }
div.DivClassName
{
background-color: #580B1A;
}
.BgClassName
{
background-color: #580B1A;
}
</style>
border-color css
<style>
span { border-color: #580B1A; }
span { border-color: rgb(88,11,26); }
td.TdClassName
{
border-color: #580B1A;
}
.TagClassName
{
border-color: #580B1A;
}
</style>