Shades of Bordeaux #581027
Tints of Bordeaux #581027
RGB
CMYK
RGB Variations
Color information
#581027 (or 0x581027) is known color: Bordeaux. HEX triplet: 58, 10 and 27. RGB value is (88,16,39). Sum of RGB (Red+Green+Blue) = 88+16+39=143 (18% of max value = 765). Red value is 88 (34.77% from 255 or 61.54% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 39 (15.62% from 255 or 27.27% from 143); Max value from RGB is 88 - color contains mainly: red. Hex color #581027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581027 is #A7EFD8. Grayscale: #282828. Windows color (decimal): -11005913 or 2560088. OLE color: 2560088.
HSL color Cylindrical-coordinate representation of color #581027: hue angle of 340.83º 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 #581027 is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 39 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.65 |
| HSL | 340.83º | 0.69% | 0.2% | - |
| HSV(B) | 340.83º | 0.82% | 0.35% | - |
| XYZ | 4.58 | 2.59 | 2.18 | - |
| YUV | 40.15 | 127.35 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 39 | 0 | 0.82 | 0.56 | 0.65 | 340.83 | 0.69 | 0.2 |
| Hex | 58 | 10 | 27 | 0 | 52 | 38 | 41 | 155 | 45 | 14 |
| Octal | 130 | 20 | 47 | 0 | 122 | 70 | 101 | 525 | 105 | 24 |
| Binary | 1011000 | 10000 | 100111 | 0 | 1010010 | 111000 | 1000001 | 101010101 | 1000101 | 10100 |
Color Harmonies of #581027
Complementary color
Monochromatic Colors of #581027
Black with #581027
Text Example
Text Example
White with #581027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581027; }
p { color: rgb(88,16,39); }
H1.HeaderClassName
{
color: #581027;
}
.AnyTagClassName
{
color: #581027;
}
</style>
background-color css
<style>
a { background-color: #581027; }
a { background-color: rgb(88,16,39); }
div.DivClassName
{
background-color: #581027;
}
.BgClassName
{
background-color: #581027;
}
</style>
border-color css
<style>
span { border-color: #581027; }
span { border-color: rgb(88,16,39); }
td.TdClassName
{
border-color: #581027;
}
.TagClassName
{
border-color: #581027;
}
</style>