Shades of Bordeaux #57162A
Tints of Bordeaux #57162A
RGB
CMYK
RGB Variations
Color information
#57162A (or 0x57162A) is known color: Bordeaux. HEX triplet: 57, 16 and 2A. RGB value is (87,22,42). Sum of RGB (Red+Green+Blue) = 87+22+42=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #57162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57162A is #A8E9D5. Grayscale: #2B2B2B. Windows color (decimal): -11069910 or 2758231. OLE color: 2758231.
HSL color Cylindrical-coordinate representation of color #57162A: hue angle of 341.54º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #57162A is Cyan = 0, Magento = 0.75, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 22 | 42 | - |
| CMYK | 0 | 0.75 | 0.52 | 0.66 |
| HSL | 341.54º | 0.6% | 0.21% | - |
| HSV(B) | 341.54º | 0.75% | 0.34% | - |
| XYZ | 4.64 | 2.77 | 2.48 | - |
| YUV | 43.72 | 127.03 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 22 | 42 | 0 | 0.75 | 0.52 | 0.66 | 341.54 | 0.6 | 0.21 |
| Hex | 57 | 16 | 2A | 0 | 4B | 34 | 42 | 156 | 3C | 15 |
| Octal | 127 | 26 | 52 | 0 | 113 | 64 | 102 | 526 | 74 | 25 |
| Binary | 1010111 | 10110 | 101010 | 0 | 1001011 | 110100 | 1000010 | 101010110 | 111100 | 10101 |
Color Harmonies of #57162A
Complementary color
Monochromatic Colors of #57162A
Black with #57162A
Text Example
Text Example
White with #57162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57162A; }
p { color: rgb(87,22,42); }
H1.HeaderClassName
{
color: #57162A;
}
.AnyTagClassName
{
color: #57162A;
}
</style>
background-color css
<style>
a { background-color: #57162A; }
a { background-color: rgb(87,22,42); }
div.DivClassName
{
background-color: #57162A;
}
.BgClassName
{
background-color: #57162A;
}
</style>
border-color css
<style>
span { border-color: #57162A; }
span { border-color: rgb(87,22,42); }
td.TdClassName
{
border-color: #57162A;
}
.TagClassName
{
border-color: #57162A;
}
</style>