Shades of Bordeaux #57142D
Tints of Bordeaux #57142D
RGB
CMYK
RGB Variations
Color information
#57142D (or 0x57142D) is known color: Bordeaux. HEX triplet: 57, 14 and 2D. RGB value is (87,20,45). Sum of RGB (Red+Green+Blue) = 87+20+45=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57142D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57142D is #A8EBD2. Grayscale: #2A2A2A. Windows color (decimal): -11070419 or 2954327. OLE color: 2954327.
HSL color Cylindrical-coordinate representation of color #57142D: hue angle of 337.61º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #57142D is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 20 | 45 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.66 |
| HSL | 337.61º | 0.63% | 0.21% | - |
| HSV(B) | 337.61º | 0.77% | 0.34% | - |
| XYZ | 4.65 | 2.72 | 2.76 | - |
| YUV | 42.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 20 | 45 | 0 | 0.77 | 0.48 | 0.66 | 337.61 | 0.63 | 0.21 |
| Hex | 57 | 14 | 2D | 0 | 4D | 30 | 42 | 152 | 3F | 15 |
| Octal | 127 | 24 | 55 | 0 | 115 | 60 | 102 | 522 | 77 | 25 |
| Binary | 1010111 | 10100 | 101101 | 0 | 1001101 | 110000 | 1000010 | 101010010 | 111111 | 10101 |
Color Harmonies of #57142D
Complementary color
Monochromatic Colors of #57142D
Black with #57142D
Text Example
Text Example
White with #57142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57142D; }
p { color: rgb(87,20,45); }
H1.HeaderClassName
{
color: #57142D;
}
.AnyTagClassName
{
color: #57142D;
}
</style>
background-color css
<style>
a { background-color: #57142D; }
a { background-color: rgb(87,20,45); }
div.DivClassName
{
background-color: #57142D;
}
.BgClassName
{
background-color: #57142D;
}
</style>
border-color css
<style>
span { border-color: #57142D; }
span { border-color: rgb(87,20,45); }
td.TdClassName
{
border-color: #57142D;
}
.TagClassName
{
border-color: #57142D;
}
</style>