Shades of Bordeaux #571824
Tints of Bordeaux #571824
RGB
CMYK
RGB Variations
Color information
#571824 (or 0x571824) is known color: Bordeaux. HEX triplet: 57, 18 and 24. RGB value is (87,24,36). Sum of RGB (Red+Green+Blue) = 87+24+36=147 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.18% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 36 (14.45% from 255 or 24.49% from 147); Max value from RGB is 87 - color contains mainly: red. Hex color #571824 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571824 is #A8E7DB. Grayscale: #2C2C2C. Windows color (decimal): -11069404 or 2365527. OLE color: 2365527.
HSL color Cylindrical-coordinate representation of color #571824: hue angle of 348.57º 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 #571824 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 24 | 36 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.66 |
| HSL | 348.57º | 0.57% | 0.22% | - |
| HSV(B) | 348.57º | 0.72% | 0.34% | - |
| XYZ | 4.58 | 2.81 | 1.97 | - |
| YUV | 44.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 36 | 0 | 0.72 | 0.59 | 0.66 | 348.57 | 0.57 | 0.22 |
| Hex | 57 | 18 | 24 | 0 | 48 | 3B | 42 | 15D | 39 | 16 |
| Octal | 127 | 30 | 44 | 0 | 110 | 73 | 102 | 535 | 71 | 26 |
| Binary | 1010111 | 11000 | 100100 | 0 | 1001000 | 111011 | 1000010 | 101011101 | 111001 | 10110 |
Color Harmonies of #571824
Complementary color
Monochromatic Colors of #571824
Black with #571824
Text Example
Text Example
White with #571824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571824; }
p { color: rgb(87,24,36); }
H1.HeaderClassName
{
color: #571824;
}
.AnyTagClassName
{
color: #571824;
}
</style>
background-color css
<style>
a { background-color: #571824; }
a { background-color: rgb(87,24,36); }
div.DivClassName
{
background-color: #571824;
}
.BgClassName
{
background-color: #571824;
}
</style>
border-color css
<style>
span { border-color: #571824; }
span { border-color: rgb(87,24,36); }
td.TdClassName
{
border-color: #571824;
}
.TagClassName
{
border-color: #571824;
}
</style>