Shades of Bordeaux #570B1B
Tints of Bordeaux #570B1B
RGB
CMYK
RGB Variations
Color information
#570B1B (or 0x570B1B) is known color: Bordeaux. HEX triplet: 57, 0B and 1B. RGB value is (87,11,27). Sum of RGB (Red+Green+Blue) = 87+11+27=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #570B1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B1B is #A8F4E4. Grayscale: #232323. Windows color (decimal): -11072741 or 1772375. OLE color: 1772375.
HSL color Cylindrical-coordinate representation of color #570B1B: hue angle of 347.37º 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 #570B1B is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 27 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.66 |
| HSL | 347.37º | 0.78% | 0.19% | - |
| HSV(B) | 347.37º | 0.87% | 0.34% | - |
| XYZ | 4.25 | 2.34 | 1.27 | - |
| YUV | 35.55 | 123.18 | 164.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 27 | 0 | 0.87 | 0.69 | 0.66 | 347.37 | 0.78 | 0.19 |
| Hex | 57 | B | 1B | 0 | 57 | 45 | 42 | 15B | 4E | 13 |
| Octal | 127 | 13 | 33 | 0 | 127 | 105 | 102 | 533 | 116 | 23 |
| Binary | 1010111 | 1011 | 11011 | 0 | 1010111 | 1000101 | 1000010 | 101011011 | 1001110 | 10011 |
Color Harmonies of #570B1B
Complementary color
Monochromatic Colors of #570B1B
Black with #570B1B
Text Example
Text Example
White with #570B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B1B; }
p { color: rgb(87,11,27); }
H1.HeaderClassName
{
color: #570B1B;
}
.AnyTagClassName
{
color: #570B1B;
}
</style>
background-color css
<style>
a { background-color: #570B1B; }
a { background-color: rgb(87,11,27); }
div.DivClassName
{
background-color: #570B1B;
}
.BgClassName
{
background-color: #570B1B;
}
</style>
border-color css
<style>
span { border-color: #570B1B; }
span { border-color: rgb(87,11,27); }
td.TdClassName
{
border-color: #570B1B;
}
.TagClassName
{
border-color: #570B1B;
}
</style>