Shades of Bordeaux #570A1D
Tints of Bordeaux #570A1D
RGB
CMYK
RGB Variations
Color information
#570A1D (or 0x570A1D) is known color: Bordeaux. HEX triplet: 57, 0A and 1D. RGB value is (87,10,29). Sum of RGB (Red+Green+Blue) = 87+10+29=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 10 (4.30% from 255 or 7.94% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A1D is #A8F5E2. Grayscale: #232323. Windows color (decimal): -11072995 or 1903191. OLE color: 1903191.
HSL color Cylindrical-coordinate representation of color #570A1D: hue angle of 345.19º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #570A1D is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 10 | 29 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.66 |
| HSL | 345.19º | 0.79% | 0.19% | - |
| HSV(B) | 345.19º | 0.89% | 0.34% | - |
| XYZ | 4.26 | 2.33 | 1.39 | - |
| YUV | 35.19 | 124.51 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 29 | 0 | 0.89 | 0.67 | 0.66 | 345.19 | 0.79 | 0.19 |
| Hex | 57 | A | 1D | 0 | 59 | 43 | 42 | 159 | 4F | 13 |
| Octal | 127 | 12 | 35 | 0 | 131 | 103 | 102 | 531 | 117 | 23 |
| Binary | 1010111 | 1010 | 11101 | 0 | 1011001 | 1000011 | 1000010 | 101011001 | 1001111 | 10011 |
Color Harmonies of #570A1D
Complementary color
Monochromatic Colors of #570A1D
Black with #570A1D
Text Example
Text Example
White with #570A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A1D; }
p { color: rgb(87,10,29); }
H1.HeaderClassName
{
color: #570A1D;
}
.AnyTagClassName
{
color: #570A1D;
}
</style>
background-color css
<style>
a { background-color: #570A1D; }
a { background-color: rgb(87,10,29); }
div.DivClassName
{
background-color: #570A1D;
}
.BgClassName
{
background-color: #570A1D;
}
</style>
border-color css
<style>
span { border-color: #570A1D; }
span { border-color: rgb(87,10,29); }
td.TdClassName
{
border-color: #570A1D;
}
.TagClassName
{
border-color: #570A1D;
}
</style>