Shades of Bordeaux #581628
Tints of Bordeaux #581628
RGB
CMYK
RGB Variations
Color information
#581628 (or 0x581628) is known color: Bordeaux. HEX triplet: 58, 16 and 28. RGB value is (88,22,40). Sum of RGB (Red+Green+Blue) = 88+22+40=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #581628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581628 is #A7E9D7. Grayscale: #2B2B2B. Windows color (decimal): -11004376 or 2627160. OLE color: 2627160.
HSL color Cylindrical-coordinate representation of color #581628: hue angle of 343.64º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #581628 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 40 | - |
| CMYK | 0 | 0.75 | 0.55 | 0.65 |
| HSL | 343.64º | 0.6% | 0.22% | - |
| HSV(B) | 343.64º | 0.75% | 0.35% | - |
| XYZ | 4.69 | 2.8 | 2.3 | - |
| YUV | 43.79 | 125.87 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 40 | 0 | 0.75 | 0.55 | 0.65 | 343.64 | 0.6 | 0.22 |
| Hex | 58 | 16 | 28 | 0 | 4B | 37 | 41 | 158 | 3C | 16 |
| Octal | 130 | 26 | 50 | 0 | 113 | 67 | 101 | 530 | 74 | 26 |
| Binary | 1011000 | 10110 | 101000 | 0 | 1001011 | 110111 | 1000001 | 101011000 | 111100 | 10110 |
Color Harmonies of #581628
Complementary color
Monochromatic Colors of #581628
Black with #581628
Text Example
Text Example
White with #581628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581628; }
p { color: rgb(88,22,40); }
H1.HeaderClassName
{
color: #581628;
}
.AnyTagClassName
{
color: #581628;
}
</style>
background-color css
<style>
a { background-color: #581628; }
a { background-color: rgb(88,22,40); }
div.DivClassName
{
background-color: #581628;
}
.BgClassName
{
background-color: #581628;
}
</style>
border-color css
<style>
span { border-color: #581628; }
span { border-color: rgb(88,22,40); }
td.TdClassName
{
border-color: #581628;
}
.TagClassName
{
border-color: #581628;
}
</style>