Shades of Bordeaux #581326
Tints of Bordeaux #581326
RGB
CMYK
RGB Variations
Color information
#581326 (or 0x581326) is known color: Bordeaux. HEX triplet: 58, 13 and 26. RGB value is (88,19,38). Sum of RGB (Red+Green+Blue) = 88+19+38=145 (19% of max value = 765). Red value is 88 (34.77% from 255 or 60.69% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 38 (15.23% from 255 or 26.21% from 145); Max value from RGB is 88 - color contains mainly: red. Hex color #581326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581326 is #A7ECD9. Grayscale: #292929. Windows color (decimal): -11005146 or 2495320. OLE color: 2495320.
HSL color Cylindrical-coordinate representation of color #581326: hue angle of 343.48º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581326 is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 38 | - |
| CMYK | 0 | 0.78 | 0.57 | 0.65 |
| HSL | 343.48º | 0.64% | 0.21% | - |
| HSV(B) | 343.48º | 0.78% | 0.35% | - |
| XYZ | 4.61 | 2.68 | 2.11 | - |
| YUV | 41.8 | 125.86 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 38 | 0 | 0.78 | 0.57 | 0.65 | 343.48 | 0.64 | 0.21 |
| Hex | 58 | 13 | 26 | 0 | 4E | 39 | 41 | 157 | 40 | 15 |
| Octal | 130 | 23 | 46 | 0 | 116 | 71 | 101 | 527 | 100 | 25 |
| Binary | 1011000 | 10011 | 100110 | 0 | 1001110 | 111001 | 1000001 | 101010111 | 1000000 | 10101 |
Color Harmonies of #581326
Complementary color
Monochromatic Colors of #581326
Black with #581326
Text Example
Text Example
White with #581326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581326; }
p { color: rgb(88,19,38); }
H1.HeaderClassName
{
color: #581326;
}
.AnyTagClassName
{
color: #581326;
}
</style>
background-color css
<style>
a { background-color: #581326; }
a { background-color: rgb(88,19,38); }
div.DivClassName
{
background-color: #581326;
}
.BgClassName
{
background-color: #581326;
}
</style>
border-color css
<style>
span { border-color: #581326; }
span { border-color: rgb(88,19,38); }
td.TdClassName
{
border-color: #581326;
}
.TagClassName
{
border-color: #581326;
}
</style>