Shades of Bordeaux #57121F
Tints of Bordeaux #57121F
RGB
CMYK
RGB Variations
Color information
#57121F (or 0x57121F) is known color: Bordeaux. HEX triplet: 57, 12 and 1F. RGB value is (87,18,31). Sum of RGB (Red+Green+Blue) = 87+18+31=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 31 (12.5% from 255 or 22.79% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #57121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57121F is #A8EDE0. Grayscale: #282828. Windows color (decimal): -11070945 or 2036311. OLE color: 2036311.
HSL color Cylindrical-coordinate representation of color #57121F: hue angle of 348.7º 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 #57121F is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 18 | 31 | - |
| CMYK | 0 | 0.79 | 0.64 | 0.66 |
| HSL | 348.7º | 0.66% | 0.21% | - |
| HSV(B) | 348.7º | 0.79% | 0.34% | - |
| XYZ | 4.39 | 2.56 | 1.56 | - |
| YUV | 40.11 | 122.86 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 31 | 0 | 0.79 | 0.64 | 0.66 | 348.7 | 0.66 | 0.21 |
| Hex | 57 | 12 | 1F | 0 | 4F | 40 | 42 | 15D | 42 | 15 |
| Octal | 127 | 22 | 37 | 0 | 117 | 100 | 102 | 535 | 102 | 25 |
| Binary | 1010111 | 10010 | 11111 | 0 | 1001111 | 1000000 | 1000010 | 101011101 | 1000010 | 10101 |
Color Harmonies of #57121F
Complementary color
Monochromatic Colors of #57121F
Black with #57121F
Text Example
Text Example
White with #57121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57121F; }
p { color: rgb(87,18,31); }
H1.HeaderClassName
{
color: #57121F;
}
.AnyTagClassName
{
color: #57121F;
}
</style>
background-color css
<style>
a { background-color: #57121F; }
a { background-color: rgb(87,18,31); }
div.DivClassName
{
background-color: #57121F;
}
.BgClassName
{
background-color: #57121F;
}
</style>
border-color css
<style>
span { border-color: #57121F; }
span { border-color: rgb(87,18,31); }
td.TdClassName
{
border-color: #57121F;
}
.TagClassName
{
border-color: #57121F;
}
</style>