Shades of Bordeaux #57121C
Tints of Bordeaux #57121C
RGB
CMYK
RGB Variations
Color information
#57121C (or 0x57121C) is known color: Bordeaux. HEX triplet: 57, 12 and 1C. RGB value is (87,18,28). Sum of RGB (Red+Green+Blue) = 87+18+28=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #57121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57121C is #A8EDE3. Grayscale: #272727. Windows color (decimal): -11070948 or 1839703. OLE color: 1839703.
HSL color Cylindrical-coordinate representation of color #57121C: hue angle of 351.3º 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 #57121C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 18 | 28 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.66 |
| HSL | 351.3º | 0.66% | 0.21% | - |
| HSV(B) | 351.3º | 0.79% | 0.34% | - |
| XYZ | 4.36 | 2.54 | 1.36 | - |
| YUV | 39.77 | 121.36 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 18 | 28 | 0 | 0.79 | 0.68 | 0.66 | 351.3 | 0.66 | 0.21 |
| Hex | 57 | 12 | 1C | 0 | 4F | 44 | 42 | 15F | 42 | 15 |
| Octal | 127 | 22 | 34 | 0 | 117 | 104 | 102 | 537 | 102 | 25 |
| Binary | 1010111 | 10010 | 11100 | 0 | 1001111 | 1000100 | 1000010 | 101011111 | 1000010 | 10101 |
Color Harmonies of #57121C
Complementary color
Monochromatic Colors of #57121C
Black with #57121C
Text Example
Text Example
White with #57121C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57121C; }
p { color: rgb(87,18,28); }
H1.HeaderClassName
{
color: #57121C;
}
.AnyTagClassName
{
color: #57121C;
}
</style>
background-color css
<style>
a { background-color: #57121C; }
a { background-color: rgb(87,18,28); }
div.DivClassName
{
background-color: #57121C;
}
.BgClassName
{
background-color: #57121C;
}
</style>
border-color css
<style>
span { border-color: #57121C; }
span { border-color: rgb(87,18,28); }
td.TdClassName
{
border-color: #57121C;
}
.TagClassName
{
border-color: #57121C;
}
</style>