Shades of Bordeaux #57122B
Tints of Bordeaux #57122B
RGB
CMYK
RGB Variations
Color information
#57122B (or 0x57122B) is known color: Bordeaux. HEX triplet: 57, 12 and 2B. RGB value is (87,18,43). Sum of RGB (Red+Green+Blue) = 87+18+43=148 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.78% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 87 - color contains mainly: red. Hex color #57122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57122B is #A8EDD4. Grayscale: #292929. Windows color (decimal): -11070933 or 2822743. OLE color: 2822743.
HSL color Cylindrical-coordinate representation of color #57122B: hue angle of 338.26º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #57122B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 18 | 43 | - |
| CMYK | 0 | 0.79 | 0.51 | 0.66 |
| HSL | 338.26º | 0.66% | 0.21% | - |
| HSV(B) | 338.26º | 0.79% | 0.34% | - |
| XYZ | 4.58 | 2.63 | 2.55 | - |
| YUV | 41.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 43 | 0 | 0.79 | 0.51 | 0.66 | 338.26 | 0.66 | 0.21 |
| Hex | 57 | 12 | 2B | 0 | 4F | 33 | 42 | 152 | 42 | 15 |
| Octal | 127 | 22 | 53 | 0 | 117 | 63 | 102 | 522 | 102 | 25 |
| Binary | 1010111 | 10010 | 101011 | 0 | 1001111 | 110011 | 1000010 | 101010010 | 1000010 | 10101 |
Color Harmonies of #57122B
Complementary color
Monochromatic Colors of #57122B
Black with #57122B
Text Example
Text Example
White with #57122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57122B; }
p { color: rgb(87,18,43); }
H1.HeaderClassName
{
color: #57122B;
}
.AnyTagClassName
{
color: #57122B;
}
</style>
background-color css
<style>
a { background-color: #57122B; }
a { background-color: rgb(87,18,43); }
div.DivClassName
{
background-color: #57122B;
}
.BgClassName
{
background-color: #57122B;
}
</style>
border-color css
<style>
span { border-color: #57122B; }
span { border-color: rgb(87,18,43); }
td.TdClassName
{
border-color: #57122B;
}
.TagClassName
{
border-color: #57122B;
}
</style>