Shades of Bordeaux #581726
Tints of Bordeaux #581726
RGB
CMYK
RGB Variations
Color information
#581726 (or 0x581726) is known color: Bordeaux. HEX triplet: 58, 17 and 26. RGB value is (88,23,38). Sum of RGB (Red+Green+Blue) = 88+23+38=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #581726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581726 is #A7E8D9. Grayscale: #2C2C2C. Windows color (decimal): -11004122 or 2496344. OLE color: 2496344.
HSL color Cylindrical-coordinate representation of color #581726: hue angle of 346.15º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #581726 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 38 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.65 |
| HSL | 346.15º | 0.59% | 0.22% | - |
| HSV(B) | 346.15º | 0.74% | 0.35% | - |
| XYZ | 4.68 | 2.83 | 2.13 | - |
| YUV | 44.15 | 124.53 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 38 | 0 | 0.74 | 0.57 | 0.65 | 346.15 | 0.59 | 0.22 |
| Hex | 58 | 17 | 26 | 0 | 4A | 39 | 41 | 15A | 3B | 16 |
| Octal | 130 | 27 | 46 | 0 | 112 | 71 | 101 | 532 | 73 | 26 |
| Binary | 1011000 | 10111 | 100110 | 0 | 1001010 | 111001 | 1000001 | 101011010 | 111011 | 10110 |
Color Harmonies of #581726
Complementary color
Monochromatic Colors of #581726
Black with #581726
Text Example
Text Example
White with #581726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581726; }
p { color: rgb(88,23,38); }
H1.HeaderClassName
{
color: #581726;
}
.AnyTagClassName
{
color: #581726;
}
</style>
background-color css
<style>
a { background-color: #581726; }
a { background-color: rgb(88,23,38); }
div.DivClassName
{
background-color: #581726;
}
.BgClassName
{
background-color: #581726;
}
</style>
border-color css
<style>
span { border-color: #581726; }
span { border-color: rgb(88,23,38); }
td.TdClassName
{
border-color: #581726;
}
.TagClassName
{
border-color: #581726;
}
</style>