Shades of Bordeaux #581A29
Tints of Bordeaux #581A29
RGB
CMYK
RGB Variations
Color information
#581A29 (or 0x581A29) is known color: Bordeaux. HEX triplet: 58, 1A and 29. RGB value is (88,26,41). Sum of RGB (Red+Green+Blue) = 88+26+41=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #581A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #581A29 is #A7E5D6. Grayscale: #2E2E2E. Windows color (decimal): -11003351 or 2693720. OLE color: 2693720.
HSL color Cylindrical-coordinate representation of color #581A29: hue angle of 345.48º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #581A29 is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 26 | 41 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.65 |
| HSL | 345.48º | 0.54% | 0.22% | - |
| HSV(B) | 345.48º | 0.7% | 0.35% | - |
| XYZ | 4.79 | 2.97 | 2.42 | - |
| YUV | 46.25 | 125.04 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 26 | 41 | 0 | 0.70 | 0.53 | 0.65 | 345.48 | 0.54 | 0.22 |
| Hex | 58 | 1A | 29 | 0 | 46 | 35 | 41 | 159 | 36 | 16 |
| Octal | 130 | 32 | 51 | 0 | 106 | 65 | 101 | 531 | 66 | 26 |
| Binary | 1011000 | 11010 | 101001 | 0 | 1000110 | 110101 | 1000001 | 101011001 | 110110 | 10110 |
Color Harmonies of #581A29
Complementary color
Monochromatic Colors of #581A29
Black with #581A29
Text Example
Text Example
White with #581A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581A29; }
p { color: rgb(88,26,41); }
H1.HeaderClassName
{
color: #581A29;
}
.AnyTagClassName
{
color: #581A29;
}
</style>
background-color css
<style>
a { background-color: #581A29; }
a { background-color: rgb(88,26,41); }
div.DivClassName
{
background-color: #581A29;
}
.BgClassName
{
background-color: #581A29;
}
</style>
border-color css
<style>
span { border-color: #581A29; }
span { border-color: rgb(88,26,41); }
td.TdClassName
{
border-color: #581A29;
}
.TagClassName
{
border-color: #581A29;
}
</style>