Shades of Bordeaux #57172C
Tints of Bordeaux #57172C
RGB
CMYK
RGB Variations
Color information
#57172C (or 0x57172C) is known color: Bordeaux. HEX triplet: 57, 17 and 2C. RGB value is (87,23,44). Sum of RGB (Red+Green+Blue) = 87+23+44=154 (20% of max value = 765). Red value is 87 (34.38% from 255 or 56.49% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 87 - color contains mainly: red. Hex color #57172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57172C is #A8E8D3. Grayscale: #2C2C2C. Windows color (decimal): -11069652 or 2889559. OLE color: 2889559.
HSL color Cylindrical-coordinate representation of color #57172C: hue angle of 340.31º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #57172C is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 23 | 44 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.66 |
| HSL | 340.31º | 0.58% | 0.22% | - |
| HSV(B) | 340.31º | 0.74% | 0.34% | - |
| XYZ | 4.69 | 2.82 | 2.68 | - |
| YUV | 44.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 23 | 44 | 0 | 0.74 | 0.49 | 0.66 | 340.31 | 0.58 | 0.22 |
| Hex | 57 | 17 | 2C | 0 | 4A | 31 | 42 | 154 | 3A | 16 |
| Octal | 127 | 27 | 54 | 0 | 112 | 61 | 102 | 524 | 72 | 26 |
| Binary | 1010111 | 10111 | 101100 | 0 | 1001010 | 110001 | 1000010 | 101010100 | 111010 | 10110 |
Color Harmonies of #57172C
Complementary color
Monochromatic Colors of #57172C
Black with #57172C
Text Example
Text Example
White with #57172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57172C; }
p { color: rgb(87,23,44); }
H1.HeaderClassName
{
color: #57172C;
}
.AnyTagClassName
{
color: #57172C;
}
</style>
background-color css
<style>
a { background-color: #57172C; }
a { background-color: rgb(87,23,44); }
div.DivClassName
{
background-color: #57172C;
}
.BgClassName
{
background-color: #57172C;
}
</style>
border-color css
<style>
span { border-color: #57172C; }
span { border-color: rgb(87,23,44); }
td.TdClassName
{
border-color: #57172C;
}
.TagClassName
{
border-color: #57172C;
}
</style>