Shades of Bordeaux #570E26
Tints of Bordeaux #570E26
RGB
CMYK
RGB Variations
Color information
#570E26 (or 0x570E26) is known color: Bordeaux. HEX triplet: 57, 0E and 26. RGB value is (87,14,38). Sum of RGB (Red+Green+Blue) = 87+14+38=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 38 (15.23% from 255 or 27.34% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #570E26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E26 is #A8F1D9. Grayscale: #262626. Windows color (decimal): -11071962 or 2494039. OLE color: 2494039.
HSL color Cylindrical-coordinate representation of color #570E26: hue angle of 340.27º 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 #570E26 is Cyan = 0, Magento = 0.84, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 38 | - |
| CMYK | 0 | 0.84 | 0.56 | 0.66 |
| HSL | 340.27º | 0.72% | 0.2% | - |
| HSV(B) | 340.27º | 0.84% | 0.34% | - |
| XYZ | 4.44 | 2.48 | 2.08 | - |
| YUV | 38.56 | 127.68 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 38 | 0 | 0.84 | 0.56 | 0.66 | 340.27 | 0.72 | 0.2 |
| Hex | 57 | E | 26 | 0 | 54 | 38 | 42 | 154 | 48 | 14 |
| Octal | 127 | 16 | 46 | 0 | 124 | 70 | 102 | 524 | 110 | 24 |
| Binary | 1010111 | 1110 | 100110 | 0 | 1010100 | 111000 | 1000010 | 101010100 | 1001000 | 10100 |
Color Harmonies of #570E26
Complementary color
Monochromatic Colors of #570E26
Black with #570E26
Text Example
Text Example
White with #570E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E26; }
p { color: rgb(87,14,38); }
H1.HeaderClassName
{
color: #570E26;
}
.AnyTagClassName
{
color: #570E26;
}
</style>
background-color css
<style>
a { background-color: #570E26; }
a { background-color: rgb(87,14,38); }
div.DivClassName
{
background-color: #570E26;
}
.BgClassName
{
background-color: #570E26;
}
</style>
border-color css
<style>
span { border-color: #570E26; }
span { border-color: rgb(87,14,38); }
td.TdClassName
{
border-color: #570E26;
}
.TagClassName
{
border-color: #570E26;
}
</style>