Shades of Bordeaux #57011D
Tints of Bordeaux #57011D
RGB
CMYK
RGB Variations
Color information
#57011D (or 0x57011D) is known color: Bordeaux. HEX triplet: 57, 01 and 1D. RGB value is (87,1,29). Sum of RGB (Red+Green+Blue) = 87+1+29=117 (15% of max value = 765). Red value is 87 (34.38% from 255 or 74.36% from 117); Green value is 1 (0.78% from 255 or 0.85% from 117); Blue value is 29 (11.72% from 255 or 24.79% from 117); Max value from RGB is 87 - color contains mainly: red. Hex color #57011D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57011D is #A8FEE2. Grayscale: #1D1D1D. Windows color (decimal): -11075299 or 1900887. OLE color: 1900887.
HSL color Cylindrical-coordinate representation of color #57011D: hue angle of 340.47º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #57011D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 29 | - |
| CMYK | 0 | 0.99 | 0.67 | 0.66 |
| HSL | 340.47º | 0.98% | 0.17% | - |
| HSV(B) | 340.47º | 0.99% | 0.34% | - |
| XYZ | 4.16 | 2.14 | 1.36 | - |
| YUV | 29.91 | 127.49 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 29 | 0 | 0.99 | 0.67 | 0.66 | 340.47 | 0.98 | 0.17 |
| Hex | 57 | 1 | 1D | 0 | 63 | 43 | 42 | 154 | 62 | 11 |
| Octal | 127 | 1 | 35 | 0 | 143 | 103 | 102 | 524 | 142 | 21 |
| Binary | 1010111 | 1 | 11101 | 0 | 1100011 | 1000011 | 1000010 | 101010100 | 1100010 | 10001 |
Color Harmonies of #57011D
Complementary color
Monochromatic Colors of #57011D
Black with #57011D
Text Example
Text Example
White with #57011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57011D; }
p { color: rgb(87,1,29); }
H1.HeaderClassName
{
color: #57011D;
}
.AnyTagClassName
{
color: #57011D;
}
</style>
background-color css
<style>
a { background-color: #57011D; }
a { background-color: rgb(87,1,29); }
div.DivClassName
{
background-color: #57011D;
}
.BgClassName
{
background-color: #57011D;
}
</style>
border-color css
<style>
span { border-color: #57011D; }
span { border-color: rgb(87,1,29); }
td.TdClassName
{
border-color: #57011D;
}
.TagClassName
{
border-color: #57011D;
}
</style>