Shades of Bordeaux #571E2A
Tints of Bordeaux #571E2A
RGB
CMYK
RGB Variations
Color information
#571E2A (or 0x571E2A) is known color: Bordeaux. HEX triplet: 57, 1E and 2A. RGB value is (87,30,42). Sum of RGB (Red+Green+Blue) = 87+30+42=159 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.72% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 87 - color contains mainly: red. Hex color #571E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571E2A is #A8E1D5. Grayscale: #303030. Windows color (decimal): -11067862 or 2760279. OLE color: 2760279.
HSL color Cylindrical-coordinate representation of color #571E2A: hue angle of 347.37º 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 #571E2A is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 30 | 42 | - |
| CMYK | 0 | 0.66 | 0.52 | 0.66 |
| HSL | 347.37º | 0.49% | 0.23% | - |
| HSV(B) | 347.37º | 0.66% | 0.34% | - |
| XYZ | 4.81 | 3.12 | 2.54 | - |
| YUV | 48.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 30 | 42 | 0 | 0.66 | 0.52 | 0.66 | 347.37 | 0.49 | 0.23 |
| Hex | 57 | 1E | 2A | 0 | 42 | 34 | 42 | 15B | 31 | 17 |
| Octal | 127 | 36 | 52 | 0 | 102 | 64 | 102 | 533 | 61 | 27 |
| Binary | 1010111 | 11110 | 101010 | 0 | 1000010 | 110100 | 1000010 | 101011011 | 110001 | 10111 |
Color Harmonies of #571E2A
Complementary color
Monochromatic Colors of #571E2A
Black with #571E2A
Text Example
Text Example
White with #571E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571E2A; }
p { color: rgb(87,30,42); }
H1.HeaderClassName
{
color: #571E2A;
}
.AnyTagClassName
{
color: #571E2A;
}
</style>
background-color css
<style>
a { background-color: #571E2A; }
a { background-color: rgb(87,30,42); }
div.DivClassName
{
background-color: #571E2A;
}
.BgClassName
{
background-color: #571E2A;
}
</style>
border-color css
<style>
span { border-color: #571E2A; }
span { border-color: rgb(87,30,42); }
td.TdClassName
{
border-color: #571E2A;
}
.TagClassName
{
border-color: #571E2A;
}
</style>