Shades of Bordeaux #570B1C
Tints of Bordeaux #570B1C
RGB
CMYK
RGB Variations
Color information
#570B1C (or 0x570B1C) is known color: Bordeaux. HEX triplet: 57, 0B and 1C. RGB value is (87,11,28). Sum of RGB (Red+Green+Blue) = 87+11+28=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570B1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B1C is #A8F4E3. Grayscale: #232323. Windows color (decimal): -11072740 or 1837911. OLE color: 1837911.
HSL color Cylindrical-coordinate representation of color #570B1C: hue angle of 346.58º 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 #570B1C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 11 | 28 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.66 |
| HSL | 346.58º | 0.78% | 0.19% | - |
| HSV(B) | 346.58º | 0.87% | 0.34% | - |
| XYZ | 4.26 | 2.35 | 1.33 | - |
| YUV | 35.66 | 123.68 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 11 | 28 | 0 | 0.87 | 0.68 | 0.66 | 346.58 | 0.78 | 0.19 |
| Hex | 57 | B | 1C | 0 | 57 | 44 | 42 | 15B | 4E | 13 |
| Octal | 127 | 13 | 34 | 0 | 127 | 104 | 102 | 533 | 116 | 23 |
| Binary | 1010111 | 1011 | 11100 | 0 | 1010111 | 1000100 | 1000010 | 101011011 | 1001110 | 10011 |
Color Harmonies of #570B1C
Complementary color
Monochromatic Colors of #570B1C
Black with #570B1C
Text Example
Text Example
White with #570B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570B1C; }
p { color: rgb(87,11,28); }
H1.HeaderClassName
{
color: #570B1C;
}
.AnyTagClassName
{
color: #570B1C;
}
</style>
background-color css
<style>
a { background-color: #570B1C; }
a { background-color: rgb(87,11,28); }
div.DivClassName
{
background-color: #570B1C;
}
.BgClassName
{
background-color: #570B1C;
}
</style>
border-color css
<style>
span { border-color: #570B1C; }
span { border-color: rgb(87,11,28); }
td.TdClassName
{
border-color: #570B1C;
}
.TagClassName
{
border-color: #570B1C;
}
</style>