Shades of Bordeaux #581120
Tints of Bordeaux #581120
RGB
CMYK
RGB Variations
Color information
#581120 (or 0x581120) is known color: Bordeaux. HEX triplet: 58, 11 and 20. RGB value is (88,17,32). Sum of RGB (Red+Green+Blue) = 88+17+32=137 (18% of max value = 765). Red value is 88 (34.77% from 255 or 64.23% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 88 - color contains mainly: red. Hex color #581120 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #581120 is #A7EEDF. Grayscale: #272727. Windows color (decimal): -11005664 or 2101592. OLE color: 2101592.
HSL color Cylindrical-coordinate representation of color #581120: hue angle of 347.32º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #581120 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 17 | 32 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.65 |
| HSL | 347.32º | 0.68% | 0.21% | - |
| HSV(B) | 347.32º | 0.81% | 0.35% | - |
| XYZ | 4.49 | 2.58 | 1.63 | - |
| YUV | 39.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 32 | 0 | 0.81 | 0.64 | 0.65 | 347.32 | 0.68 | 0.21 |
| Hex | 58 | 11 | 20 | 0 | 51 | 40 | 41 | 15B | 44 | 15 |
| Octal | 130 | 21 | 40 | 0 | 121 | 100 | 101 | 533 | 104 | 25 |
| Binary | 1011000 | 10001 | 100000 | 0 | 1010001 | 1000000 | 1000001 | 101011011 | 1000100 | 10101 |
Color Harmonies of #581120
Complementary color
Monochromatic Colors of #581120
Black with #581120
Text Example
Text Example
White with #581120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581120; }
p { color: rgb(88,17,32); }
H1.HeaderClassName
{
color: #581120;
}
.AnyTagClassName
{
color: #581120;
}
</style>
background-color css
<style>
a { background-color: #581120; }
a { background-color: rgb(88,17,32); }
div.DivClassName
{
background-color: #581120;
}
.BgClassName
{
background-color: #581120;
}
</style>
border-color css
<style>
span { border-color: #581120; }
span { border-color: rgb(88,17,32); }
td.TdClassName
{
border-color: #581120;
}
.TagClassName
{
border-color: #581120;
}
</style>