Shades of Bordeaux #571C2A
Tints of Bordeaux #571C2A
RGB
CMYK
RGB Variations
Color information
#571C2A (or 0x571C2A) is known color: Bordeaux. HEX triplet: 57, 1C and 2A. RGB value is (87,28,42). Sum of RGB (Red+Green+Blue) = 87+28+42=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571C2A is #A8E3D5. Grayscale: #2F2F2F. Windows color (decimal): -11068374 or 2759767. OLE color: 2759767.
HSL color Cylindrical-coordinate representation of color #571C2A: hue angle of 345.76º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #571C2A is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 28 | 42 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.66 |
| HSL | 345.76º | 0.51% | 0.23% | - |
| HSV(B) | 345.76º | 0.68% | 0.34% | - |
| XYZ | 4.76 | 3.02 | 2.52 | - |
| YUV | 47.24 | 125.05 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 28 | 42 | 0 | 0.68 | 0.52 | 0.66 | 345.76 | 0.51 | 0.23 |
| Hex | 57 | 1C | 2A | 0 | 44 | 34 | 42 | 15A | 33 | 17 |
| Octal | 127 | 34 | 52 | 0 | 104 | 64 | 102 | 532 | 63 | 27 |
| Binary | 1010111 | 11100 | 101010 | 0 | 1000100 | 110100 | 1000010 | 101011010 | 110011 | 10111 |
Color Harmonies of #571C2A
Complementary color
Monochromatic Colors of #571C2A
Black with #571C2A
Text Example
Text Example
White with #571C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571C2A; }
p { color: rgb(87,28,42); }
H1.HeaderClassName
{
color: #571C2A;
}
.AnyTagClassName
{
color: #571C2A;
}
</style>
background-color css
<style>
a { background-color: #571C2A; }
a { background-color: rgb(87,28,42); }
div.DivClassName
{
background-color: #571C2A;
}
.BgClassName
{
background-color: #571C2A;
}
</style>
border-color css
<style>
span { border-color: #571C2A; }
span { border-color: rgb(87,28,42); }
td.TdClassName
{
border-color: #571C2A;
}
.TagClassName
{
border-color: #571C2A;
}
</style>