Shades of Bordeaux #57121E
Tints of Bordeaux #57121E
RGB
CMYK
RGB Variations
Color information
#57121E (or 0x57121E) is known color: Bordeaux. HEX triplet: 57, 12 and 1E. RGB value is (87,18,30). Sum of RGB (Red+Green+Blue) = 87+18+30=135 (17% of max value = 765). Red value is 87 (34.38% from 255 or 64.44% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 87 - color contains mainly: red. Hex color #57121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57121E is #A8EDE1. Grayscale: #282828. Windows color (decimal): -11070946 or 1970775. OLE color: 1970775.
HSL color Cylindrical-coordinate representation of color #57121E: hue angle of 349.57º 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 #57121E is Cyan = 0, Magento = 0.79, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 18 | 30 | - |
| CMYK | 0 | 0.79 | 0.66 | 0.66 |
| HSL | 349.57º | 0.66% | 0.21% | - |
| HSV(B) | 349.57º | 0.79% | 0.34% | - |
| XYZ | 4.38 | 2.55 | 1.49 | - |
| YUV | 40 | 122.36 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 30 | 0 | 0.79 | 0.66 | 0.66 | 349.57 | 0.66 | 0.21 |
| Hex | 57 | 12 | 1E | 0 | 4F | 42 | 42 | 15E | 42 | 15 |
| Octal | 127 | 22 | 36 | 0 | 117 | 102 | 102 | 536 | 102 | 25 |
| Binary | 1010111 | 10010 | 11110 | 0 | 1001111 | 1000010 | 1000010 | 101011110 | 1000010 | 10101 |
Color Harmonies of #57121E
Complementary color
Monochromatic Colors of #57121E
Black with #57121E
Text Example
Text Example
White with #57121E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57121E; }
p { color: rgb(87,18,30); }
H1.HeaderClassName
{
color: #57121E;
}
.AnyTagClassName
{
color: #57121E;
}
</style>
background-color css
<style>
a { background-color: #57121E; }
a { background-color: rgb(87,18,30); }
div.DivClassName
{
background-color: #57121E;
}
.BgClassName
{
background-color: #57121E;
}
</style>
border-color css
<style>
span { border-color: #57121E; }
span { border-color: rgb(87,18,30); }
td.TdClassName
{
border-color: #57121E;
}
.TagClassName
{
border-color: #57121E;
}
</style>