Shades of Bordeaux #570D1E
Tints of Bordeaux #570D1E
RGB
CMYK
RGB Variations
Color information
#570D1E (or 0x570D1E) is known color: Bordeaux. HEX triplet: 57, 0D and 1E. RGB value is (87,13,30). Sum of RGB (Red+Green+Blue) = 87+13+30=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #570D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D1E is #A8F2E1. Grayscale: #252525. Windows color (decimal): -11072226 or 1969495. OLE color: 1969495.
HSL color Cylindrical-coordinate representation of color #570D1E: hue angle of 346.22º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D1E is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 30 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.66 |
| HSL | 346.22º | 0.74% | 0.2% | - |
| HSV(B) | 346.22º | 0.85% | 0.34% | - |
| XYZ | 4.31 | 2.41 | 1.47 | - |
| YUV | 37.06 | 124.02 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 30 | 0 | 0.85 | 0.66 | 0.66 | 346.22 | 0.74 | 0.2 |
| Hex | 57 | D | 1E | 0 | 55 | 42 | 42 | 15A | 4A | 14 |
| Octal | 127 | 15 | 36 | 0 | 125 | 102 | 102 | 532 | 112 | 24 |
| Binary | 1010111 | 1101 | 11110 | 0 | 1010101 | 1000010 | 1000010 | 101011010 | 1001010 | 10100 |
Color Harmonies of #570D1E
Complementary color
Monochromatic Colors of #570D1E
Black with #570D1E
Text Example
Text Example
White with #570D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D1E; }
p { color: rgb(87,13,30); }
H1.HeaderClassName
{
color: #570D1E;
}
.AnyTagClassName
{
color: #570D1E;
}
</style>
background-color css
<style>
a { background-color: #570D1E; }
a { background-color: rgb(87,13,30); }
div.DivClassName
{
background-color: #570D1E;
}
.BgClassName
{
background-color: #570D1E;
}
</style>
border-color css
<style>
span { border-color: #570D1E; }
span { border-color: rgb(87,13,30); }
td.TdClassName
{
border-color: #570D1E;
}
.TagClassName
{
border-color: #570D1E;
}
</style>