Shades of Bordeaux #580220
Tints of Bordeaux #580220
RGB
CMYK
RGB Variations
Color information
#580220 (or 0x580220) is known color: Bordeaux. HEX triplet: 58, 02 and 20. RGB value is (88,2,32). Sum of RGB (Red+Green+Blue) = 88+2+32=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580220 is #A7FDDF. Grayscale: #1F1F1F. Windows color (decimal): -11009504 or 2097752. OLE color: 2097752.
HSL color Cylindrical-coordinate representation of color #580220: hue angle of 339.07º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580220 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 32 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.65 |
| HSL | 339.07º | 0.96% | 0.18% | - |
| HSV(B) | 339.07º | 0.98% | 0.35% | - |
| XYZ | 4.31 | 2.22 | 1.57 | - |
| YUV | 31.13 | 128.49 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 32 | 0 | 0.98 | 0.64 | 0.65 | 339.07 | 0.96 | 0.18 |
| Hex | 58 | 2 | 20 | 0 | 62 | 40 | 41 | 153 | 60 | 12 |
| Octal | 130 | 2 | 40 | 0 | 142 | 100 | 101 | 523 | 140 | 22 |
| Binary | 1011000 | 10 | 100000 | 0 | 1100010 | 1000000 | 1000001 | 101010011 | 1100000 | 10010 |
Color Harmonies of #580220
Complementary color
Monochromatic Colors of #580220
Black with #580220
Text Example
Text Example
White with #580220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580220; }
p { color: rgb(88,2,32); }
H1.HeaderClassName
{
color: #580220;
}
.AnyTagClassName
{
color: #580220;
}
</style>
background-color css
<style>
a { background-color: #580220; }
a { background-color: rgb(88,2,32); }
div.DivClassName
{
background-color: #580220;
}
.BgClassName
{
background-color: #580220;
}
</style>
border-color css
<style>
span { border-color: #580220; }
span { border-color: rgb(88,2,32); }
td.TdClassName
{
border-color: #580220;
}
.TagClassName
{
border-color: #580220;
}
</style>