Shades of Bordeaux #57000B
Tints of Bordeaux #57000B
RGB
CMYK
RGB Variations
Color information
#57000B (or 0x57000B) is known color: Bordeaux. HEX triplet: 57, 00 and 0B. RGB value is (87,0,11). Sum of RGB (Red+Green+Blue) = 87+0+11=98 (12% of max value = 765). Red value is 87 (34.38% from 255 or 88.78% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 11 (4.69% from 255 or 11.22% from 98); Max value from RGB is 87 - color contains mainly: red. Hex color #57000B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57000B is #A8FFF4. Grayscale: #1B1B1B. Windows color (decimal): -11075573 or 720983. OLE color: 720983.
HSL color Cylindrical-coordinate representation of color #57000B: hue angle of 352.41º 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 #57000B is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.87 | 0.66 |
| HSL | 352.41º | 1% | 0.17% | - |
| HSV(B) | 352.41º | 1% | 0.34% | - |
| XYZ | 3.99 | 2.05 | 0.5 | - |
| YUV | 27.27 | 118.82 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 0 | 11 | 0 | 1 | 0.87 | 0.66 | 352.41 | 1 | 0.17 |
| Hex | 57 | 0 | B | 0 | 64 | 57 | 42 | 160 | 64 | 11 |
| Octal | 127 | 0 | 13 | 0 | 144 | 127 | 102 | 540 | 144 | 21 |
| Binary | 1010111 | 0 | 1011 | 0 | 1100100 | 1010111 | 1000010 | 101100000 | 1100100 | 10001 |
Color Harmonies of #57000B
Complementary color
Monochromatic Colors of #57000B
Black with #57000B
Text Example
Text Example
White with #57000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57000B; }
p { color: rgb(87,0,11); }
H1.HeaderClassName
{
color: #57000B;
}
.AnyTagClassName
{
color: #57000B;
}
</style>
background-color css
<style>
a { background-color: #57000B; }
a { background-color: rgb(87,0,11); }
div.DivClassName
{
background-color: #57000B;
}
.BgClassName
{
background-color: #57000B;
}
</style>
border-color css
<style>
span { border-color: #57000B; }
span { border-color: rgb(87,0,11); }
td.TdClassName
{
border-color: #57000B;
}
.TagClassName
{
border-color: #57000B;
}
</style>