Shades of Bordeaux #57001C
Tints of Bordeaux #57001C
RGB
CMYK
RGB Variations
Color information
#57001C (or 0x57001C) is known color: Bordeaux. HEX triplet: 57, 00 and 1C. RGB value is (87,0,28). Sum of RGB (Red+Green+Blue) = 87+0+28=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #57001C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57001C is #A8FFE3. Grayscale: #1D1D1D. Windows color (decimal): -11075556 or 1835095. OLE color: 1835095.
HSL color Cylindrical-coordinate representation of color #57001C: hue angle of 340.69º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57001C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 28 | - |
| CMYK | 0 | 1 | 0.68 | 0.66 |
| HSL | 340.69º | 1% | 0.17% | - |
| HSV(B) | 340.69º | 1% | 0.34% | - |
| XYZ | 4.14 | 2.11 | 1.29 | - |
| YUV | 29.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 28 | 0 | 1 | 0.68 | 0.66 | 340.69 | 1 | 0.17 |
| Hex | 57 | 0 | 1C | 0 | 64 | 44 | 42 | 155 | 64 | 11 |
| Octal | 127 | 0 | 34 | 0 | 144 | 104 | 102 | 525 | 144 | 21 |
| Binary | 1010111 | 0 | 11100 | 0 | 1100100 | 1000100 | 1000010 | 101010101 | 1100100 | 10001 |
Color Harmonies of #57001C
Complementary color
Monochromatic Colors of #57001C
Black with #57001C
Text Example
Text Example
White with #57001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57001C; }
p { color: rgb(87,0,28); }
H1.HeaderClassName
{
color: #57001C;
}
.AnyTagClassName
{
color: #57001C;
}
</style>
background-color css
<style>
a { background-color: #57001C; }
a { background-color: rgb(87,0,28); }
div.DivClassName
{
background-color: #57001C;
}
.BgClassName
{
background-color: #57001C;
}
</style>
border-color css
<style>
span { border-color: #57001C; }
span { border-color: rgb(87,0,28); }
td.TdClassName
{
border-color: #57001C;
}
.TagClassName
{
border-color: #57001C;
}
</style>