Shades of Bordeaux #581321
Tints of Bordeaux #581321
RGB
CMYK
RGB Variations
Color information
#581321 (or 0x581321) is known color: Bordeaux. HEX triplet: 58, 13 and 21. RGB value is (88,19,33). Sum of RGB (Red+Green+Blue) = 88+19+33=140 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.86% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 88 - color contains mainly: red. Hex color #581321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581321 is #A7ECDE. Grayscale: #292929. Windows color (decimal): -11005151 or 2167640. OLE color: 2167640.
HSL color Cylindrical-coordinate representation of color #581321: hue angle of 347.83º 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 #581321 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 33 | - |
| CMYK | 0 | 0.78 | 0.62 | 0.65 |
| HSL | 347.83º | 0.64% | 0.21% | - |
| HSV(B) | 347.83º | 0.78% | 0.35% | - |
| XYZ | 4.53 | 2.65 | 1.71 | - |
| YUV | 41.23 | 123.36 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 33 | 0 | 0.78 | 0.62 | 0.65 | 347.83 | 0.64 | 0.21 |
| Hex | 58 | 13 | 21 | 0 | 4E | 3E | 41 | 15C | 40 | 15 |
| Octal | 130 | 23 | 41 | 0 | 116 | 76 | 101 | 534 | 100 | 25 |
| Binary | 1011000 | 10011 | 100001 | 0 | 1001110 | 111110 | 1000001 | 101011100 | 1000000 | 10101 |
Color Harmonies of #581321
Complementary color
Monochromatic Colors of #581321
Black with #581321
Text Example
Text Example
White with #581321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581321; }
p { color: rgb(88,19,33); }
H1.HeaderClassName
{
color: #581321;
}
.AnyTagClassName
{
color: #581321;
}
</style>
background-color css
<style>
a { background-color: #581321; }
a { background-color: rgb(88,19,33); }
div.DivClassName
{
background-color: #581321;
}
.BgClassName
{
background-color: #581321;
}
</style>
border-color css
<style>
span { border-color: #581321; }
span { border-color: rgb(88,19,33); }
td.TdClassName
{
border-color: #581321;
}
.TagClassName
{
border-color: #581321;
}
</style>