Shades of Bordeaux #581124
Tints of Bordeaux #581124
RGB
CMYK
RGB Variations
Color information
#581124 (or 0x581124) is known color: Bordeaux. HEX triplet: 58, 11 and 24. RGB value is (88,17,36). Sum of RGB (Red+Green+Blue) = 88+17+36=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 36 (14.45% from 255 or 25.53% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581124 is #A7EEDB. Grayscale: #282828. Windows color (decimal): -11005660 or 2363736. OLE color: 2363736.
HSL color Cylindrical-coordinate representation of color #581124: hue angle of 343.94º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581124 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 36 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.65 |
| HSL | 343.94º | 0.68% | 0.21% | - |
| HSV(B) | 343.94º | 0.81% | 0.35% | - |
| XYZ | 4.54 | 2.6 | 1.93 | - |
| YUV | 40.4 | 125.52 | 161.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 36 | 0 | 0.81 | 0.59 | 0.65 | 343.94 | 0.68 | 0.21 |
| Hex | 58 | 11 | 24 | 0 | 51 | 3B | 41 | 158 | 44 | 15 |
| Octal | 130 | 21 | 44 | 0 | 121 | 73 | 101 | 530 | 104 | 25 |
| Binary | 1011000 | 10001 | 100100 | 0 | 1010001 | 111011 | 1000001 | 101011000 | 1000100 | 10101 |
Color Harmonies of #581124
Complementary color
Monochromatic Colors of #581124
Black with #581124
Text Example
Text Example
White with #581124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581124; }
p { color: rgb(88,17,36); }
H1.HeaderClassName
{
color: #581124;
}
.AnyTagClassName
{
color: #581124;
}
</style>
background-color css
<style>
a { background-color: #581124; }
a { background-color: rgb(88,17,36); }
div.DivClassName
{
background-color: #581124;
}
.BgClassName
{
background-color: #581124;
}
</style>
border-color css
<style>
span { border-color: #581124; }
span { border-color: rgb(88,17,36); }
td.TdClassName
{
border-color: #581124;
}
.TagClassName
{
border-color: #581124;
}
</style>