Shades of Bordeaux #57051E
Tints of Bordeaux #57051E
RGB
CMYK
RGB Variations
Color information
#57051E (or 0x57051E) is known color: Bordeaux. HEX triplet: 57, 05 and 1E. RGB value is (87,5,30). Sum of RGB (Red+Green+Blue) = 87+5+30=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 30 (12.11% from 255 or 24.59% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #57051E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57051E is #A8FAE1. Grayscale: #202020. Windows color (decimal): -11074274 or 1967447. OLE color: 1967447.
HSL color Cylindrical-coordinate representation of color #57051E: hue angle of 341.71º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #57051E is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 30 | - |
| CMYK | 0 | 0.94 | 0.66 | 0.66 |
| HSL | 341.71º | 0.89% | 0.18% | - |
| HSV(B) | 341.71º | 0.94% | 0.34% | - |
| XYZ | 4.22 | 2.23 | 1.44 | - |
| YUV | 32.37 | 126.67 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 30 | 0 | 0.94 | 0.66 | 0.66 | 341.71 | 0.89 | 0.18 |
| Hex | 57 | 5 | 1E | 0 | 5E | 42 | 42 | 156 | 59 | 12 |
| Octal | 127 | 5 | 36 | 0 | 136 | 102 | 102 | 526 | 131 | 22 |
| Binary | 1010111 | 101 | 11110 | 0 | 1011110 | 1000010 | 1000010 | 101010110 | 1011001 | 10010 |
Color Harmonies of #57051E
Complementary color
Monochromatic Colors of #57051E
Black with #57051E
Text Example
Text Example
White with #57051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57051E; }
p { color: rgb(87,5,30); }
H1.HeaderClassName
{
color: #57051E;
}
.AnyTagClassName
{
color: #57051E;
}
</style>
background-color css
<style>
a { background-color: #57051E; }
a { background-color: rgb(87,5,30); }
div.DivClassName
{
background-color: #57051E;
}
.BgClassName
{
background-color: #57051E;
}
</style>
border-color css
<style>
span { border-color: #57051E; }
span { border-color: rgb(87,5,30); }
td.TdClassName
{
border-color: #57051E;
}
.TagClassName
{
border-color: #57051E;
}
</style>