Shades of Bordeaux #581623
Tints of Bordeaux #581623
RGB
CMYK
RGB Variations
Color information
#581623 (or 0x581623) is known color: Bordeaux. HEX triplet: 58, 16 and 23. RGB value is (88,22,35). Sum of RGB (Red+Green+Blue) = 88+22+35=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581623 is #A7E9DC. Grayscale: #2B2B2B. Windows color (decimal): -11004381 or 2299480. OLE color: 2299480.
HSL color Cylindrical-coordinate representation of color #581623: hue angle of 348.18º 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 #581623 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 35 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.65 |
| HSL | 348.18º | 0.6% | 0.22% | - |
| HSV(B) | 348.18º | 0.75% | 0.35% | - |
| XYZ | 4.61 | 2.77 | 1.88 | - |
| YUV | 43.22 | 123.37 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 35 | 0 | 0.75 | 0.60 | 0.65 | 348.18 | 0.6 | 0.22 |
| Hex | 58 | 16 | 23 | 0 | 4B | 3C | 41 | 15C | 3C | 16 |
| Octal | 130 | 26 | 43 | 0 | 113 | 74 | 101 | 534 | 74 | 26 |
| Binary | 1011000 | 10110 | 100011 | 0 | 1001011 | 111100 | 1000001 | 101011100 | 111100 | 10110 |
Color Harmonies of #581623
Complementary color
Monochromatic Colors of #581623
Black with #581623
Text Example
Text Example
White with #581623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581623; }
p { color: rgb(88,22,35); }
H1.HeaderClassName
{
color: #581623;
}
.AnyTagClassName
{
color: #581623;
}
</style>
background-color css
<style>
a { background-color: #581623; }
a { background-color: rgb(88,22,35); }
div.DivClassName
{
background-color: #581623;
}
.BgClassName
{
background-color: #581623;
}
</style>
border-color css
<style>
span { border-color: #581623; }
span { border-color: rgb(88,22,35); }
td.TdClassName
{
border-color: #581623;
}
.TagClassName
{
border-color: #581623;
}
</style>