Shades of Bordeaux #580121
Tints of Bordeaux #580121
RGB
CMYK
RGB Variations
Color information
#580121 (or 0x580121) is known color: Bordeaux. HEX triplet: 58, 01 and 21. RGB value is (88,1,33). Sum of RGB (Red+Green+Blue) = 88+1+33=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 33 (13.28% from 255 or 27.05% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580121 is #A7FEDE. Grayscale: #1E1E1E. Windows color (decimal): -11009759 or 2163032. OLE color: 2163032.
HSL color Cylindrical-coordinate representation of color #580121: hue angle of 337.93º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #580121 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 33 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.65 |
| HSL | 337.93º | 0.98% | 0.17% | - |
| HSV(B) | 337.93º | 0.99% | 0.35% | - |
| XYZ | 4.31 | 2.21 | 1.64 | - |
| YUV | 30.66 | 129.32 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 33 | 0 | 0.99 | 0.62 | 0.65 | 337.93 | 0.98 | 0.17 |
| Hex | 58 | 1 | 21 | 0 | 63 | 3E | 41 | 152 | 62 | 11 |
| Octal | 130 | 1 | 41 | 0 | 143 | 76 | 101 | 522 | 142 | 21 |
| Binary | 1011000 | 1 | 100001 | 0 | 1100011 | 111110 | 1000001 | 101010010 | 1100010 | 10001 |
Color Harmonies of #580121
Complementary color
Monochromatic Colors of #580121
Black with #580121
Text Example
Text Example
White with #580121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580121; }
p { color: rgb(88,1,33); }
H1.HeaderClassName
{
color: #580121;
}
.AnyTagClassName
{
color: #580121;
}
</style>
background-color css
<style>
a { background-color: #580121; }
a { background-color: rgb(88,1,33); }
div.DivClassName
{
background-color: #580121;
}
.BgClassName
{
background-color: #580121;
}
</style>
border-color css
<style>
span { border-color: #580121; }
span { border-color: rgb(88,1,33); }
td.TdClassName
{
border-color: #580121;
}
.TagClassName
{
border-color: #580121;
}
</style>