Shades of Bordeaux #57101D
Tints of Bordeaux #57101D
RGB
CMYK
RGB Variations
Color information
#57101D (or 0x57101D) is known color: Bordeaux. HEX triplet: 57, 10 and 1D. RGB value is (87,16,29). Sum of RGB (Red+Green+Blue) = 87+16+29=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57101D is #A8EFE2. Grayscale: #262626. Windows color (decimal): -11071459 or 1904727. OLE color: 1904727.
HSL color Cylindrical-coordinate representation of color #57101D: hue angle of 349.01º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #57101D is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 16 | 29 | - |
| CMYK | 0 | 0.82 | 0.67 | 0.66 |
| HSL | 349.01º | 0.69% | 0.2% | - |
| HSV(B) | 349.01º | 0.82% | 0.34% | - |
| XYZ | 4.34 | 2.49 | 1.41 | - |
| YUV | 38.71 | 122.52 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 29 | 0 | 0.82 | 0.67 | 0.66 | 349.01 | 0.69 | 0.2 |
| Hex | 57 | 10 | 1D | 0 | 52 | 43 | 42 | 15D | 45 | 14 |
| Octal | 127 | 20 | 35 | 0 | 122 | 103 | 102 | 535 | 105 | 24 |
| Binary | 1010111 | 10000 | 11101 | 0 | 1010010 | 1000011 | 1000010 | 101011101 | 1000101 | 10100 |
Color Harmonies of #57101D
Complementary color
Monochromatic Colors of #57101D
Black with #57101D
Text Example
Text Example
White with #57101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57101D; }
p { color: rgb(87,16,29); }
H1.HeaderClassName
{
color: #57101D;
}
.AnyTagClassName
{
color: #57101D;
}
</style>
background-color css
<style>
a { background-color: #57101D; }
a { background-color: rgb(87,16,29); }
div.DivClassName
{
background-color: #57101D;
}
.BgClassName
{
background-color: #57101D;
}
</style>
border-color css
<style>
span { border-color: #57101D; }
span { border-color: rgb(87,16,29); }
td.TdClassName
{
border-color: #57101D;
}
.TagClassName
{
border-color: #57101D;
}
</style>