Shades of Bordeaux #570B20
Tints of Bordeaux #570B20
RGB
CMYK
RGB Variations
Color information
#570B20 (or 0x570B20) is known color: Bordeaux. HEX triplet: 57, 0B and 20. RGB value is (87,11,32). Sum of RGB (Red+Green+Blue) = 87+11+32=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #570B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B20 is #A8F4DF. Grayscale: #242424. Windows color (decimal): -11072736 or 2100055. OLE color: 2100055.
HSL color Cylindrical-coordinate representation of color #570B20: hue angle of 343.42º 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 #570B20 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 32 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.66 |
| HSL | 343.42º | 0.78% | 0.19% | - |
| HSV(B) | 343.42º | 0.87% | 0.34% | - |
| XYZ | 4.31 | 2.37 | 1.6 | - |
| YUV | 36.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 32 | 0 | 0.87 | 0.63 | 0.66 | 343.42 | 0.78 | 0.19 |
| Hex | 57 | B | 20 | 0 | 57 | 3F | 42 | 157 | 4E | 13 |
| Octal | 127 | 13 | 40 | 0 | 127 | 77 | 102 | 527 | 116 | 23 |
| Binary | 1010111 | 1011 | 100000 | 0 | 1010111 | 111111 | 1000010 | 101010111 | 1001110 | 10011 |
Color Harmonies of #570B20
Complementary color
Monochromatic Colors of #570B20
Black with #570B20
Text Example
Text Example
White with #570B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B20; }
p { color: rgb(87,11,32); }
H1.HeaderClassName
{
color: #570B20;
}
.AnyTagClassName
{
color: #570B20;
}
</style>
background-color css
<style>
a { background-color: #570B20; }
a { background-color: rgb(87,11,32); }
div.DivClassName
{
background-color: #570B20;
}
.BgClassName
{
background-color: #570B20;
}
</style>
border-color css
<style>
span { border-color: #570B20; }
span { border-color: rgb(87,11,32); }
td.TdClassName
{
border-color: #570B20;
}
.TagClassName
{
border-color: #570B20;
}
</style>