Shades of Bordeaux #571822
Tints of Bordeaux #571822
RGB
CMYK
RGB Variations
Color information
#571822 (or 0x571822) is known color: Bordeaux. HEX triplet: 57, 18 and 22. RGB value is (87,24,34). Sum of RGB (Red+Green+Blue) = 87+24+34=145 (19% of max value = 765). Red value is 87 (34.38% from 255 or 60% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 87 - color contains mainly: red. Hex color #571822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571822 is #A8E7DD. Grayscale: #2C2C2C. Windows color (decimal): -11069406 or 2234455. OLE color: 2234455.
HSL color Cylindrical-coordinate representation of color #571822: hue angle of 350.48º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #571822 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 24 | 34 | - |
| CMYK | 0 | 0.72 | 0.61 | 0.66 |
| HSL | 350.48º | 0.57% | 0.22% | - |
| HSV(B) | 350.48º | 0.72% | 0.34% | - |
| XYZ | 4.55 | 2.79 | 1.81 | - |
| YUV | 43.98 | 122.37 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 34 | 0 | 0.72 | 0.61 | 0.66 | 350.48 | 0.57 | 0.22 |
| Hex | 57 | 18 | 22 | 0 | 48 | 3D | 42 | 15E | 39 | 16 |
| Octal | 127 | 30 | 42 | 0 | 110 | 75 | 102 | 536 | 71 | 26 |
| Binary | 1010111 | 11000 | 100010 | 0 | 1001000 | 111101 | 1000010 | 101011110 | 111001 | 10110 |
Color Harmonies of #571822
Complementary color
Monochromatic Colors of #571822
Black with #571822
Text Example
Text Example
White with #571822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571822; }
p { color: rgb(87,24,34); }
H1.HeaderClassName
{
color: #571822;
}
.AnyTagClassName
{
color: #571822;
}
</style>
background-color css
<style>
a { background-color: #571822; }
a { background-color: rgb(87,24,34); }
div.DivClassName
{
background-color: #571822;
}
.BgClassName
{
background-color: #571822;
}
</style>
border-color css
<style>
span { border-color: #571822; }
span { border-color: rgb(87,24,34); }
td.TdClassName
{
border-color: #571822;
}
.TagClassName
{
border-color: #571822;
}
</style>