Shades of Bordeaux #581721
Tints of Bordeaux #581721
RGB
CMYK
RGB Variations
Color information
#581721 (or 0x581721) is known color: Bordeaux. HEX triplet: 58, 17 and 21. RGB value is (88,23,33). Sum of RGB (Red+Green+Blue) = 88+23+33=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #581721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581721 is #A7E8DE. Grayscale: #2B2B2B. Windows color (decimal): -11004127 or 2168664. OLE color: 2168664.
HSL color Cylindrical-coordinate representation of color #581721: hue angle of 350.77º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581721 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 33 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.65 |
| HSL | 350.77º | 0.59% | 0.22% | - |
| HSV(B) | 350.77º | 0.74% | 0.35% | - |
| XYZ | 4.61 | 2.8 | 1.74 | - |
| YUV | 43.58 | 122.03 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 33 | 0 | 0.74 | 0.62 | 0.65 | 350.77 | 0.59 | 0.22 |
| Hex | 58 | 17 | 21 | 0 | 4A | 3E | 41 | 15F | 3B | 16 |
| Octal | 130 | 27 | 41 | 0 | 112 | 76 | 101 | 537 | 73 | 26 |
| Binary | 1011000 | 10111 | 100001 | 0 | 1001010 | 111110 | 1000001 | 101011111 | 111011 | 10110 |
Color Harmonies of #581721
Complementary color
Monochromatic Colors of #581721
Black with #581721
Text Example
Text Example
White with #581721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581721; }
p { color: rgb(88,23,33); }
H1.HeaderClassName
{
color: #581721;
}
.AnyTagClassName
{
color: #581721;
}
</style>
background-color css
<style>
a { background-color: #581721; }
a { background-color: rgb(88,23,33); }
div.DivClassName
{
background-color: #581721;
}
.BgClassName
{
background-color: #581721;
}
</style>
border-color css
<style>
span { border-color: #581721; }
span { border-color: rgb(88,23,33); }
td.TdClassName
{
border-color: #581721;
}
.TagClassName
{
border-color: #581721;
}
</style>