Shades of Bordeaux #570E27
Tints of Bordeaux #570E27
RGB
CMYK
RGB Variations
Color information
#570E27 (or 0x570E27) is known color: Bordeaux. HEX triplet: 57, 0E and 27. RGB value is (87,14,39). Sum of RGB (Red+Green+Blue) = 87+14+39=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 39 (15.62% from 255 or 27.86% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #570E27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E27 is #A8F1D8. Grayscale: #262626. Windows color (decimal): -11071961 or 2559575. OLE color: 2559575.
HSL color Cylindrical-coordinate representation of color #570E27: hue angle of 339.45º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #570E27 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 39 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.66 |
| HSL | 339.45º | 0.72% | 0.2% | - |
| HSV(B) | 339.45º | 0.84% | 0.34% | - |
| XYZ | 4.45 | 2.49 | 2.16 | - |
| YUV | 38.68 | 128.18 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 39 | 0 | 0.84 | 0.55 | 0.66 | 339.45 | 0.72 | 0.2 |
| Hex | 57 | E | 27 | 0 | 54 | 37 | 42 | 153 | 48 | 14 |
| Octal | 127 | 16 | 47 | 0 | 124 | 67 | 102 | 523 | 110 | 24 |
| Binary | 1010111 | 1110 | 100111 | 0 | 1010100 | 110111 | 1000010 | 101010011 | 1001000 | 10100 |
Color Harmonies of #570E27
Complementary color
Monochromatic Colors of #570E27
Black with #570E27
Text Example
Text Example
White with #570E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E27; }
p { color: rgb(87,14,39); }
H1.HeaderClassName
{
color: #570E27;
}
.AnyTagClassName
{
color: #570E27;
}
</style>
background-color css
<style>
a { background-color: #570E27; }
a { background-color: rgb(87,14,39); }
div.DivClassName
{
background-color: #570E27;
}
.BgClassName
{
background-color: #570E27;
}
</style>
border-color css
<style>
span { border-color: #570E27; }
span { border-color: rgb(87,14,39); }
td.TdClassName
{
border-color: #570E27;
}
.TagClassName
{
border-color: #570E27;
}
</style>