Shades of Bordeaux #570B1A
Tints of Bordeaux #570B1A
RGB
CMYK
RGB Variations
Color information
#570B1A (or 0x570B1A) is known color: Bordeaux. HEX triplet: 57, 0B and 1A. RGB value is (87,11,26). Sum of RGB (Red+Green+Blue) = 87+11+26=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 11 (4.69% from 255 or 8.87% from 124); Blue value is 26 (10.55% from 255 or 20.97% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B1A is #A8F4E5. Grayscale: #232323. Windows color (decimal): -11072742 or 1706839. OLE color: 1706839.
HSL color Cylindrical-coordinate representation of color #570B1A: hue angle of 348.16º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570B1A is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 26 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.66 |
| HSL | 348.16º | 0.78% | 0.19% | - |
| HSV(B) | 348.16º | 0.87% | 0.34% | - |
| XYZ | 4.24 | 2.34 | 1.21 | - |
| YUV | 35.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 26 | 0 | 0.87 | 0.70 | 0.66 | 348.16 | 0.78 | 0.19 |
| Hex | 57 | B | 1A | 0 | 57 | 46 | 42 | 15C | 4E | 13 |
| Octal | 127 | 13 | 32 | 0 | 127 | 106 | 102 | 534 | 116 | 23 |
| Binary | 1010111 | 1011 | 11010 | 0 | 1010111 | 1000110 | 1000010 | 101011100 | 1001110 | 10011 |
Color Harmonies of #570B1A
Complementary color
Monochromatic Colors of #570B1A
Black with #570B1A
Text Example
Text Example
White with #570B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B1A; }
p { color: rgb(87,11,26); }
H1.HeaderClassName
{
color: #570B1A;
}
.AnyTagClassName
{
color: #570B1A;
}
</style>
background-color css
<style>
a { background-color: #570B1A; }
a { background-color: rgb(87,11,26); }
div.DivClassName
{
background-color: #570B1A;
}
.BgClassName
{
background-color: #570B1A;
}
</style>
border-color css
<style>
span { border-color: #570B1A; }
span { border-color: rgb(87,11,26); }
td.TdClassName
{
border-color: #570B1A;
}
.TagClassName
{
border-color: #570B1A;
}
</style>