Shades of Bordeaux #580A22
Tints of Bordeaux #580A22
RGB
CMYK
RGB Variations
Color information
#580A22 (or 0x580A22) is known color: Bordeaux. HEX triplet: 58, 0A and 22. RGB value is (88,10,34). Sum of RGB (Red+Green+Blue) = 88+10+34=132 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.67% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 88 - color contains mainly: red. Hex color #580A22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580A22 is #A7F5DD. Grayscale: #242424. Windows color (decimal): -11007454 or 2230872. OLE color: 2230872.
HSL color Cylindrical-coordinate representation of color #580A22: hue angle of 341.54º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #580A22 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 10 | 34 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.65 |
| HSL | 341.54º | 0.8% | 0.19% | - |
| HSV(B) | 341.54º | 0.89% | 0.35% | - |
| XYZ | 4.42 | 2.41 | 1.74 | - |
| YUV | 36.06 | 126.84 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 10 | 34 | 0 | 0.89 | 0.61 | 0.65 | 341.54 | 0.8 | 0.19 |
| Hex | 58 | A | 22 | 0 | 59 | 3D | 41 | 156 | 50 | 13 |
| Octal | 130 | 12 | 42 | 0 | 131 | 75 | 101 | 526 | 120 | 23 |
| Binary | 1011000 | 1010 | 100010 | 0 | 1011001 | 111101 | 1000001 | 101010110 | 1010000 | 10011 |
Color Harmonies of #580A22
Complementary color
Monochromatic Colors of #580A22
Black with #580A22
Text Example
Text Example
White with #580A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580A22; }
p { color: rgb(88,10,34); }
H1.HeaderClassName
{
color: #580A22;
}
.AnyTagClassName
{
color: #580A22;
}
</style>
background-color css
<style>
a { background-color: #580A22; }
a { background-color: rgb(88,10,34); }
div.DivClassName
{
background-color: #580A22;
}
.BgClassName
{
background-color: #580A22;
}
</style>
border-color css
<style>
span { border-color: #580A22; }
span { border-color: rgb(88,10,34); }
td.TdClassName
{
border-color: #580A22;
}
.TagClassName
{
border-color: #580A22;
}
</style>