Shades of Bordeaux #581018
Tints of Bordeaux #581018
RGB
CMYK
RGB Variations
Color information
#581018 (or 0x581018) is known color: Bordeaux. HEX triplet: 58, 10 and 18. RGB value is (88,16,24). Sum of RGB (Red+Green+Blue) = 88+16+24=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #581018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #581018 is #A7EFE7. Grayscale: #262626. Windows color (decimal): -11005928 or 1577048. OLE color: 1577048.
HSL color Cylindrical-coordinate representation of color #581018: hue angle of 353.33º 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 #581018 is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 24 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.65 |
| HSL | 353.33º | 0.69% | 0.2% | - |
| HSV(B) | 353.33º | 0.82% | 0.35% | - |
| XYZ | 4.37 | 2.51 | 1.12 | - |
| YUV | 38.44 | 119.85 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 24 | 0 | 0.82 | 0.73 | 0.65 | 353.33 | 0.69 | 0.2 |
| Hex | 58 | 10 | 18 | 0 | 52 | 49 | 41 | 161 | 45 | 14 |
| Octal | 130 | 20 | 30 | 0 | 122 | 111 | 101 | 541 | 105 | 24 |
| Binary | 1011000 | 10000 | 11000 | 0 | 1010010 | 1001001 | 1000001 | 101100001 | 1000101 | 10100 |
Color Harmonies of #581018
Complementary color
Monochromatic Colors of #581018
Black with #581018
Text Example
Text Example
White with #581018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581018; }
p { color: rgb(88,16,24); }
H1.HeaderClassName
{
color: #581018;
}
.AnyTagClassName
{
color: #581018;
}
</style>
background-color css
<style>
a { background-color: #581018; }
a { background-color: rgb(88,16,24); }
div.DivClassName
{
background-color: #581018;
}
.BgClassName
{
background-color: #581018;
}
</style>
border-color css
<style>
span { border-color: #581018; }
span { border-color: rgb(88,16,24); }
td.TdClassName
{
border-color: #581018;
}
.TagClassName
{
border-color: #581018;
}
</style>