Shades of Bordeaux #581028
Tints of Bordeaux #581028
RGB
CMYK
RGB Variations
Color information
#581028 (or 0x581028) is known color: Bordeaux. HEX triplet: 58, 10 and 28. RGB value is (88,16,40). Sum of RGB (Red+Green+Blue) = 88+16+40=144 (19% of max value = 765). Red value is 88 (34.77% from 255 or 61.11% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 40 (16.02% from 255 or 27.78% from 144); Max value from RGB is 88 - color contains mainly: red. Hex color #581028 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581028 is #A7EFD7. Grayscale: #282828. Windows color (decimal): -11005912 or 2625624. OLE color: 2625624.
HSL color Cylindrical-coordinate representation of color #581028: hue angle of 340º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #581028 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 40 | - |
| CMYK | 0 | 0.82 | 0.55 | 0.65 |
| HSL | 340º | 0.69% | 0.2% | - |
| HSV(B) | 340º | 0.82% | 0.35% | - |
| XYZ | 4.59 | 2.6 | 2.27 | - |
| YUV | 40.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 40 | 0 | 0.82 | 0.55 | 0.65 | 340 | 0.69 | 0.2 |
| Hex | 58 | 10 | 28 | 0 | 52 | 37 | 41 | 154 | 45 | 14 |
| Octal | 130 | 20 | 50 | 0 | 122 | 67 | 101 | 524 | 105 | 24 |
| Binary | 1011000 | 10000 | 101000 | 0 | 1010010 | 110111 | 1000001 | 101010100 | 1000101 | 10100 |
Color Harmonies of #581028
Complementary color
Monochromatic Colors of #581028
Black with #581028
Text Example
Text Example
White with #581028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581028; }
p { color: rgb(88,16,40); }
H1.HeaderClassName
{
color: #581028;
}
.AnyTagClassName
{
color: #581028;
}
</style>
background-color css
<style>
a { background-color: #581028; }
a { background-color: rgb(88,16,40); }
div.DivClassName
{
background-color: #581028;
}
.BgClassName
{
background-color: #581028;
}
</style>
border-color css
<style>
span { border-color: #581028; }
span { border-color: rgb(88,16,40); }
td.TdClassName
{
border-color: #581028;
}
.TagClassName
{
border-color: #581028;
}
</style>