Shades of Bordeaux #571E2B
Tints of Bordeaux #571E2B
RGB
CMYK
RGB Variations
Color information
#571E2B (or 0x571E2B) is known color: Bordeaux. HEX triplet: 57, 1E and 2B. RGB value is (87,30,43). Sum of RGB (Red+Green+Blue) = 87+30+43=160 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.38% from 160); Green value is 30 (12.11% from 255 or 18.75% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 87 - color contains mainly: red. Hex color #571E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E2B is #A8E1D4. Grayscale: #303030. Windows color (decimal): -11067861 or 2825815. OLE color: 2825815.
HSL color Cylindrical-coordinate representation of color #571E2B: hue angle of 346.32º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #571E2B is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 43 | - |
| CMYK | 0 | 0.66 | 0.51 | 0.66 |
| HSL | 346.32º | 0.49% | 0.23% | - |
| HSV(B) | 346.32º | 0.66% | 0.34% | - |
| XYZ | 4.83 | 3.13 | 2.63 | - |
| YUV | 48.53 | 124.88 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 43 | 0 | 0.66 | 0.51 | 0.66 | 346.32 | 0.49 | 0.23 |
| Hex | 57 | 1E | 2B | 0 | 42 | 33 | 42 | 15A | 31 | 17 |
| Octal | 127 | 36 | 53 | 0 | 102 | 63 | 102 | 532 | 61 | 27 |
| Binary | 1010111 | 11110 | 101011 | 0 | 1000010 | 110011 | 1000010 | 101011010 | 110001 | 10111 |
Color Harmonies of #571E2B
Complementary color
Monochromatic Colors of #571E2B
Black with #571E2B
Text Example
Text Example
White with #571E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E2B; }
p { color: rgb(87,30,43); }
H1.HeaderClassName
{
color: #571E2B;
}
.AnyTagClassName
{
color: #571E2B;
}
</style>
background-color css
<style>
a { background-color: #571E2B; }
a { background-color: rgb(87,30,43); }
div.DivClassName
{
background-color: #571E2B;
}
.BgClassName
{
background-color: #571E2B;
}
</style>
border-color css
<style>
span { border-color: #571E2B; }
span { border-color: rgb(87,30,43); }
td.TdClassName
{
border-color: #571E2B;
}
.TagClassName
{
border-color: #571E2B;
}
</style>