Shades of Bordeaux #57112A
Tints of Bordeaux #57112A
RGB
CMYK
RGB Variations
Color information
#57112A (or 0x57112A) is known color: Bordeaux. HEX triplet: 57, 11 and 2A. RGB value is (87,17,42). Sum of RGB (Red+Green+Blue) = 87+17+42=146 (19% of max value = 765). Red value is 87 (34.38% from 255 or 59.59% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 87 - color contains mainly: red. Hex color #57112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57112A is #A8EED5. Grayscale: #282828. Windows color (decimal): -11071190 or 2756951. OLE color: 2756951.
HSL color Cylindrical-coordinate representation of color #57112A: hue angle of 338.57º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #57112A is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 17 | 42 | - |
| CMYK | 0 | 0.80 | 0.52 | 0.66 |
| HSL | 338.57º | 0.67% | 0.2% | - |
| HSV(B) | 338.57º | 0.8% | 0.34% | - |
| XYZ | 4.55 | 2.59 | 2.45 | - |
| YUV | 40.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 42 | 0 | 0.80 | 0.52 | 0.66 | 338.57 | 0.67 | 0.2 |
| Hex | 57 | 11 | 2A | 0 | 50 | 34 | 42 | 153 | 43 | 14 |
| Octal | 127 | 21 | 52 | 0 | 120 | 64 | 102 | 523 | 103 | 24 |
| Binary | 1010111 | 10001 | 101010 | 0 | 1010000 | 110100 | 1000010 | 101010011 | 1000011 | 10100 |
Color Harmonies of #57112A
Complementary color
Monochromatic Colors of #57112A
Black with #57112A
Text Example
Text Example
White with #57112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57112A; }
p { color: rgb(87,17,42); }
H1.HeaderClassName
{
color: #57112A;
}
.AnyTagClassName
{
color: #57112A;
}
</style>
background-color css
<style>
a { background-color: #57112A; }
a { background-color: rgb(87,17,42); }
div.DivClassName
{
background-color: #57112A;
}
.BgClassName
{
background-color: #57112A;
}
</style>
border-color css
<style>
span { border-color: #57112A; }
span { border-color: rgb(87,17,42); }
td.TdClassName
{
border-color: #57112A;
}
.TagClassName
{
border-color: #57112A;
}
</style>