Shades of Bordeaux #570E1E
Tints of Bordeaux #570E1E
RGB
CMYK
RGB Variations
Color information
#570E1E (or 0x570E1E) is known color: Bordeaux. HEX triplet: 57, 0E and 1E. RGB value is (87,14,30). Sum of RGB (Red+Green+Blue) = 87+14+30=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 14 (5.86% from 255 or 10.69% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #570E1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570E1E is #A8F1E1. Grayscale: #252525. Windows color (decimal): -11071970 or 1969751. OLE color: 1969751.
HSL color Cylindrical-coordinate representation of color #570E1E: hue angle of 346.85º 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 #570E1E is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 14 | 30 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.66 |
| HSL | 346.85º | 0.72% | 0.2% | - |
| HSV(B) | 346.85º | 0.84% | 0.34% | - |
| XYZ | 4.32 | 2.43 | 1.47 | - |
| YUV | 37.65 | 123.68 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 14 | 30 | 0 | 0.84 | 0.66 | 0.66 | 346.85 | 0.72 | 0.2 |
| Hex | 57 | E | 1E | 0 | 54 | 42 | 42 | 15B | 48 | 14 |
| Octal | 127 | 16 | 36 | 0 | 124 | 102 | 102 | 533 | 110 | 24 |
| Binary | 1010111 | 1110 | 11110 | 0 | 1010100 | 1000010 | 1000010 | 101011011 | 1001000 | 10100 |
Color Harmonies of #570E1E
Complementary color
Monochromatic Colors of #570E1E
Black with #570E1E
Text Example
Text Example
White with #570E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570E1E; }
p { color: rgb(87,14,30); }
H1.HeaderClassName
{
color: #570E1E;
}
.AnyTagClassName
{
color: #570E1E;
}
</style>
background-color css
<style>
a { background-color: #570E1E; }
a { background-color: rgb(87,14,30); }
div.DivClassName
{
background-color: #570E1E;
}
.BgClassName
{
background-color: #570E1E;
}
</style>
border-color css
<style>
span { border-color: #570E1E; }
span { border-color: rgb(87,14,30); }
td.TdClassName
{
border-color: #570E1E;
}
.TagClassName
{
border-color: #570E1E;
}
</style>