Shades of Bordeaux #571722
Tints of Bordeaux #571722
RGB
CMYK
RGB Variations
Color information
#571722 (or 0x571722) is known color: Bordeaux. HEX triplet: 57, 17 and 22. RGB value is (87,23,34). Sum of RGB (Red+Green+Blue) = 87+23+34=144 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60.42% from 144); Green value is 23 (9.38% from 255 or 15.97% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 87 - color contains mainly: red. Hex color #571722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571722 is #A8E8DD. Grayscale: #2B2B2B. Windows color (decimal): -11069662 or 2234199. OLE color: 2234199.
HSL color Cylindrical-coordinate representation of color #571722: hue angle of 349.69º 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 #571722 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 23 | 34 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.66 |
| HSL | 349.69º | 0.58% | 0.22% | - |
| HSV(B) | 349.69º | 0.74% | 0.34% | - |
| XYZ | 4.53 | 2.75 | 1.81 | - |
| YUV | 43.39 | 122.7 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 34 | 0 | 0.74 | 0.61 | 0.66 | 349.69 | 0.58 | 0.22 |
| Hex | 57 | 17 | 22 | 0 | 4A | 3D | 42 | 15E | 3A | 16 |
| Octal | 127 | 27 | 42 | 0 | 112 | 75 | 102 | 536 | 72 | 26 |
| Binary | 1010111 | 10111 | 100010 | 0 | 1001010 | 111101 | 1000010 | 101011110 | 111010 | 10110 |
Color Harmonies of #571722
Complementary color
Monochromatic Colors of #571722
Black with #571722
Text Example
Text Example
White with #571722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571722; }
p { color: rgb(87,23,34); }
H1.HeaderClassName
{
color: #571722;
}
.AnyTagClassName
{
color: #571722;
}
</style>
background-color css
<style>
a { background-color: #571722; }
a { background-color: rgb(87,23,34); }
div.DivClassName
{
background-color: #571722;
}
.BgClassName
{
background-color: #571722;
}
</style>
border-color css
<style>
span { border-color: #571722; }
span { border-color: rgb(87,23,34); }
td.TdClassName
{
border-color: #571722;
}
.TagClassName
{
border-color: #571722;
}
</style>