Shades of Bordeaux #571729
Tints of Bordeaux #571729
RGB
CMYK
RGB Variations
Color information
#571729 (or 0x571729) is known color: Bordeaux. HEX triplet: 57, 17 and 29. RGB value is (87,23,41). Sum of RGB (Red+Green+Blue) = 87+23+41=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571729 is #A8E8D6. Grayscale: #2C2C2C. Windows color (decimal): -11069655 or 2692951. OLE color: 2692951.
HSL color Cylindrical-coordinate representation of color #571729: hue angle of 343.12º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #571729 is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 23 | 41 | - |
| CMYK | 0 | 0.74 | 0.53 | 0.66 |
| HSL | 343.13º | 0.58% | 0.22% | - |
| HSV(B) | 343.13º | 0.74% | 0.34% | - |
| XYZ | 4.64 | 2.8 | 2.39 | - |
| YUV | 44.19 | 126.2 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 41 | 0 | 0.74 | 0.53 | 0.66 | 343.13 | 0.58 | 0.22 |
| Hex | 57 | 17 | 29 | 0 | 4A | 35 | 42 | 157 | 3A | 16 |
| Octal | 127 | 27 | 51 | 0 | 112 | 65 | 102 | 527 | 72 | 26 |
| Binary | 1010111 | 10111 | 101001 | 0 | 1001010 | 110101 | 1000010 | 101010111 | 111010 | 10110 |
Color Harmonies of #571729
Complementary color
Monochromatic Colors of #571729
Black with #571729
Text Example
Text Example
White with #571729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571729; }
p { color: rgb(87,23,41); }
H1.HeaderClassName
{
color: #571729;
}
.AnyTagClassName
{
color: #571729;
}
</style>
background-color css
<style>
a { background-color: #571729; }
a { background-color: rgb(87,23,41); }
div.DivClassName
{
background-color: #571729;
}
.BgClassName
{
background-color: #571729;
}
</style>
border-color css
<style>
span { border-color: #571729; }
span { border-color: rgb(87,23,41); }
td.TdClassName
{
border-color: #571729;
}
.TagClassName
{
border-color: #571729;
}
</style>