Shades of Bordeaux #581421
Tints of Bordeaux #581421
RGB
CMYK
RGB Variations
Color information
#581421 (or 0x581421) is known color: Bordeaux. HEX triplet: 58, 14 and 21. RGB value is (88,20,33). Sum of RGB (Red+Green+Blue) = 88+20+33=141 (18% of max value = 765). Red value is 88 (34.77% from 255 or 62.41% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 88 - color contains mainly: red. Hex color #581421 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581421 is #A7EBDE. Grayscale: #292929. Windows color (decimal): -11004895 or 2167896. OLE color: 2167896.
HSL color Cylindrical-coordinate representation of color #581421: hue angle of 348.53º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #581421 is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 33 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.65 |
| HSL | 348.53º | 0.63% | 0.21% | - |
| HSV(B) | 348.53º | 0.77% | 0.35% | - |
| XYZ | 4.55 | 2.68 | 1.72 | - |
| YUV | 41.81 | 123.03 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 33 | 0 | 0.77 | 0.62 | 0.65 | 348.53 | 0.63 | 0.21 |
| Hex | 58 | 14 | 21 | 0 | 4D | 3E | 41 | 15D | 3F | 15 |
| Octal | 130 | 24 | 41 | 0 | 115 | 76 | 101 | 535 | 77 | 25 |
| Binary | 1011000 | 10100 | 100001 | 0 | 1001101 | 111110 | 1000001 | 101011101 | 111111 | 10101 |
Color Harmonies of #581421
Complementary color
Monochromatic Colors of #581421
Black with #581421
Text Example
Text Example
White with #581421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581421; }
p { color: rgb(88,20,33); }
H1.HeaderClassName
{
color: #581421;
}
.AnyTagClassName
{
color: #581421;
}
</style>
background-color css
<style>
a { background-color: #581421; }
a { background-color: rgb(88,20,33); }
div.DivClassName
{
background-color: #581421;
}
.BgClassName
{
background-color: #581421;
}
</style>
border-color css
<style>
span { border-color: #581421; }
span { border-color: rgb(88,20,33); }
td.TdClassName
{
border-color: #581421;
}
.TagClassName
{
border-color: #581421;
}
</style>