Shades of Bordeaux #581123
Tints of Bordeaux #581123
RGB
CMYK
RGB Variations
Color information
#581123 (or 0x581123) is known color: Bordeaux. HEX triplet: 58, 11 and 23. RGB value is (88,17,35). Sum of RGB (Red+Green+Blue) = 88+17+35=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 35 (14.06% from 255 or 25% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #581123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581123 is #A7EEDC. Grayscale: #282828. Windows color (decimal): -11005661 or 2298200. OLE color: 2298200.
HSL color Cylindrical-coordinate representation of color #581123: hue angle of 344.79º 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 #581123 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 35 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.65 |
| HSL | 344.79º | 0.68% | 0.21% | - |
| HSV(B) | 344.79º | 0.81% | 0.35% | - |
| XYZ | 4.53 | 2.6 | 1.85 | - |
| YUV | 40.28 | 125.02 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 35 | 0 | 0.81 | 0.60 | 0.65 | 344.79 | 0.68 | 0.21 |
| Hex | 58 | 11 | 23 | 0 | 51 | 3C | 41 | 159 | 44 | 15 |
| Octal | 130 | 21 | 43 | 0 | 121 | 74 | 101 | 531 | 104 | 25 |
| Binary | 1011000 | 10001 | 100011 | 0 | 1010001 | 111100 | 1000001 | 101011001 | 1000100 | 10101 |
Color Harmonies of #581123
Complementary color
Monochromatic Colors of #581123
Black with #581123
Text Example
Text Example
White with #581123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581123; }
p { color: rgb(88,17,35); }
H1.HeaderClassName
{
color: #581123;
}
.AnyTagClassName
{
color: #581123;
}
</style>
background-color css
<style>
a { background-color: #581123; }
a { background-color: rgb(88,17,35); }
div.DivClassName
{
background-color: #581123;
}
.BgClassName
{
background-color: #581123;
}
</style>
border-color css
<style>
span { border-color: #581123; }
span { border-color: rgb(88,17,35); }
td.TdClassName
{
border-color: #581123;
}
.TagClassName
{
border-color: #581123;
}
</style>