Shades of Bordeaux #571828
Tints of Bordeaux #571828
RGB
CMYK
RGB Variations
Color information
#571828 (or 0x571828) is known color: Bordeaux. HEX triplet: 57, 18 and 28. RGB value is (87,24,40). Sum of RGB (Red+Green+Blue) = 87+24+40=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571828 is #A8E7D7. Grayscale: #2C2C2C. Windows color (decimal): -11069400 or 2627671. OLE color: 2627671.
HSL color Cylindrical-coordinate representation of color #571828: hue angle of 344.76º 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 #571828 is Cyan = 0, Magento = 0.72, Yellow = 0.54 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 24 | 40 | - |
| CMYK | 0 | 0.72 | 0.54 | 0.66 |
| HSL | 344.76º | 0.57% | 0.22% | - |
| HSV(B) | 344.76º | 0.72% | 0.34% | - |
| XYZ | 4.64 | 2.83 | 2.31 | - |
| YUV | 44.66 | 125.37 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 40 | 0 | 0.72 | 0.54 | 0.66 | 344.76 | 0.57 | 0.22 |
| Hex | 57 | 18 | 28 | 0 | 48 | 36 | 42 | 159 | 39 | 16 |
| Octal | 127 | 30 | 50 | 0 | 110 | 66 | 102 | 531 | 71 | 26 |
| Binary | 1010111 | 11000 | 101000 | 0 | 1001000 | 110110 | 1000010 | 101011001 | 111001 | 10110 |
Color Harmonies of #571828
Complementary color
Monochromatic Colors of #571828
Black with #571828
Text Example
Text Example
White with #571828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571828; }
p { color: rgb(87,24,40); }
H1.HeaderClassName
{
color: #571828;
}
.AnyTagClassName
{
color: #571828;
}
</style>
background-color css
<style>
a { background-color: #571828; }
a { background-color: rgb(87,24,40); }
div.DivClassName
{
background-color: #571828;
}
.BgClassName
{
background-color: #571828;
}
</style>
border-color css
<style>
span { border-color: #571828; }
span { border-color: rgb(87,24,40); }
td.TdClassName
{
border-color: #571828;
}
.TagClassName
{
border-color: #571828;
}
</style>