Shades of Bordeaux #570112
Tints of Bordeaux #570112
RGB
CMYK
RGB Variations
Color information
#570112 (or 0x570112) is known color: Bordeaux. HEX triplet: 57, 01 and 12. RGB value is (87,1,18). Sum of RGB (Red+Green+Blue) = 87+1+18=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #570112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570112 is #A8FEED. Grayscale: #1C1C1C. Windows color (decimal): -11075310 or 1179991. OLE color: 1179991.
HSL color Cylindrical-coordinate representation of color #570112: hue angle of 348.14º 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 #570112 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 18 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.66 |
| HSL | 348.14º | 0.98% | 0.17% | - |
| HSV(B) | 348.14º | 0.99% | 0.34% | - |
| XYZ | 4.05 | 2.09 | 0.76 | - |
| YUV | 28.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 18 | 0 | 0.99 | 0.79 | 0.66 | 348.14 | 0.98 | 0.17 |
| Hex | 57 | 1 | 12 | 0 | 63 | 4F | 42 | 15C | 62 | 11 |
| Octal | 127 | 1 | 22 | 0 | 143 | 117 | 102 | 534 | 142 | 21 |
| Binary | 1010111 | 1 | 10010 | 0 | 1100011 | 1001111 | 1000010 | 101011100 | 1100010 | 10001 |
Color Harmonies of #570112
Complementary color
Monochromatic Colors of #570112
Black with #570112
Text Example
Text Example
White with #570112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570112; }
p { color: rgb(87,1,18); }
H1.HeaderClassName
{
color: #570112;
}
.AnyTagClassName
{
color: #570112;
}
</style>
background-color css
<style>
a { background-color: #570112; }
a { background-color: rgb(87,1,18); }
div.DivClassName
{
background-color: #570112;
}
.BgClassName
{
background-color: #570112;
}
</style>
border-color css
<style>
span { border-color: #570112; }
span { border-color: rgb(87,1,18); }
td.TdClassName
{
border-color: #570112;
}
.TagClassName
{
border-color: #570112;
}
</style>