Shades of Bordeaux #57040E
Tints of Bordeaux #57040E
RGB
CMYK
RGB Variations
Color information
#57040E (or 0x57040E) is known color: Bordeaux. HEX triplet: 57, 04 and 0E. RGB value is (87,4,14). Sum of RGB (Red+Green+Blue) = 87+4+14=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #57040E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57040E is #A8FBF1. Grayscale: #1D1D1D. Windows color (decimal): -11074546 or 918615. OLE color: 918615.
HSL color Cylindrical-coordinate representation of color #57040E: hue angle of 352.77º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57040E is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 4 | 14 | - |
| CMYK | 0 | 0.95 | 0.84 | 0.66 |
| HSL | 352.77º | 0.91% | 0.18% | - |
| HSV(B) | 352.77º | 0.95% | 0.34% | - |
| XYZ | 4.05 | 2.14 | 0.62 | - |
| YUV | 29.96 | 119 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 14 | 0 | 0.95 | 0.84 | 0.66 | 352.77 | 0.91 | 0.18 |
| Hex | 57 | 4 | E | 0 | 5F | 54 | 42 | 161 | 5B | 12 |
| Octal | 127 | 4 | 16 | 0 | 137 | 124 | 102 | 541 | 133 | 22 |
| Binary | 1010111 | 100 | 1110 | 0 | 1011111 | 1010100 | 1000010 | 101100001 | 1011011 | 10010 |
Color Harmonies of #57040E
Complementary color
Monochromatic Colors of #57040E
Black with #57040E
Text Example
Text Example
White with #57040E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57040E; }
p { color: rgb(87,4,14); }
H1.HeaderClassName
{
color: #57040E;
}
.AnyTagClassName
{
color: #57040E;
}
</style>
background-color css
<style>
a { background-color: #57040E; }
a { background-color: rgb(87,4,14); }
div.DivClassName
{
background-color: #57040E;
}
.BgClassName
{
background-color: #57040E;
}
</style>
border-color css
<style>
span { border-color: #57040E; }
span { border-color: rgb(87,4,14); }
td.TdClassName
{
border-color: #57040E;
}
.TagClassName
{
border-color: #57040E;
}
</style>