Shades of Bordeaux #57152C
Tints of Bordeaux #57152C
RGB
CMYK
RGB Variations
Color information
#57152C (or 0x57152C) is known color: Bordeaux. HEX triplet: 57, 15 and 2C. RGB value is (87,21,44). Sum of RGB (Red+Green+Blue) = 87+21+44=152 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.24% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 87 - color contains mainly: red. Hex color #57152C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57152C is #A8EAD3. Grayscale: #2B2B2B. Windows color (decimal): -11070164 or 2889047. OLE color: 2889047.
HSL color Cylindrical-coordinate representation of color #57152C: hue angle of 339.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #57152C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 44 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.66 |
| HSL | 339.09º | 0.61% | 0.21% | - |
| HSV(B) | 339.09º | 0.76% | 0.34% | - |
| XYZ | 4.65 | 2.74 | 2.67 | - |
| YUV | 43.36 | 128.37 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 44 | 0 | 0.76 | 0.49 | 0.66 | 339.09 | 0.61 | 0.21 |
| Hex | 57 | 15 | 2C | 0 | 4C | 31 | 42 | 153 | 3D | 15 |
| Octal | 127 | 25 | 54 | 0 | 114 | 61 | 102 | 523 | 75 | 25 |
| Binary | 1010111 | 10101 | 101100 | 0 | 1001100 | 110001 | 1000010 | 101010011 | 111101 | 10101 |
Color Harmonies of #57152C
Complementary color
Monochromatic Colors of #57152C
Black with #57152C
Text Example
Text Example
White with #57152C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57152C; }
p { color: rgb(87,21,44); }
H1.HeaderClassName
{
color: #57152C;
}
.AnyTagClassName
{
color: #57152C;
}
</style>
background-color css
<style>
a { background-color: #57152C; }
a { background-color: rgb(87,21,44); }
div.DivClassName
{
background-color: #57152C;
}
.BgClassName
{
background-color: #57152C;
}
</style>
border-color css
<style>
span { border-color: #57152C; }
span { border-color: rgb(87,21,44); }
td.TdClassName
{
border-color: #57152C;
}
.TagClassName
{
border-color: #57152C;
}
</style>