Shades of Bordeaux #570A1C
Tints of Bordeaux #570A1C
RGB
CMYK
RGB Variations
Color information
#570A1C (or 0x570A1C) is known color: Bordeaux. HEX triplet: 57, 0A and 1C. RGB value is (87,10,28). Sum of RGB (Red+Green+Blue) = 87+10+28=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 10 (4.30% from 255 or 8% from 125); Blue value is 28 (11.33% from 255 or 22.4% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #570A1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570A1C is #A8F5E3. Grayscale: #232323. Windows color (decimal): -11072996 or 1837655. OLE color: 1837655.
HSL color Cylindrical-coordinate representation of color #570A1C: hue angle of 345.97º 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 #570A1C is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 10 | 28 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.66 |
| HSL | 345.97º | 0.79% | 0.19% | - |
| HSV(B) | 345.97º | 0.89% | 0.34% | - |
| XYZ | 4.25 | 2.33 | 1.32 | - |
| YUV | 35.08 | 124.01 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 10 | 28 | 0 | 0.89 | 0.68 | 0.66 | 345.97 | 0.79 | 0.19 |
| Hex | 57 | A | 1C | 0 | 59 | 44 | 42 | 15A | 4F | 13 |
| Octal | 127 | 12 | 34 | 0 | 131 | 104 | 102 | 532 | 117 | 23 |
| Binary | 1010111 | 1010 | 11100 | 0 | 1011001 | 1000100 | 1000010 | 101011010 | 1001111 | 10011 |
Color Harmonies of #570A1C
Complementary color
Monochromatic Colors of #570A1C
Black with #570A1C
Text Example
Text Example
White with #570A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570A1C; }
p { color: rgb(87,10,28); }
H1.HeaderClassName
{
color: #570A1C;
}
.AnyTagClassName
{
color: #570A1C;
}
</style>
background-color css
<style>
a { background-color: #570A1C; }
a { background-color: rgb(87,10,28); }
div.DivClassName
{
background-color: #570A1C;
}
.BgClassName
{
background-color: #570A1C;
}
</style>
border-color css
<style>
span { border-color: #570A1C; }
span { border-color: rgb(87,10,28); }
td.TdClassName
{
border-color: #570A1C;
}
.TagClassName
{
border-color: #570A1C;
}
</style>