Shades of Bordeaux #570109
Tints of Bordeaux #570109
RGB
CMYK
RGB Variations
Color information
#570109 (or 0x570109) is known color: Bordeaux. HEX triplet: 57, 01 and 09. RGB value is (87,1,9). Sum of RGB (Red+Green+Blue) = 87+1+9=97 (12% of max value = 765). Red value is 87 (34.38% from 255 or 89.69% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 9 (3.91% from 255 or 9.28% from 97); Max value from RGB is 87 - color contains mainly: red. Hex color #570109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570109 is #A8FEF6. Grayscale: #1B1B1B. Windows color (decimal): -11075319 or 590167. OLE color: 590167.
HSL color Cylindrical-coordinate representation of color #570109: hue angle of 354.42º 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 #570109 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 9 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.66 |
| HSL | 354.42º | 0.98% | 0.17% | - |
| HSV(B) | 354.42º | 0.99% | 0.34% | - |
| XYZ | 3.99 | 2.07 | 0.45 | - |
| YUV | 27.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 9 | 0 | 0.99 | 0.90 | 0.66 | 354.42 | 0.98 | 0.17 |
| Hex | 57 | 1 | 9 | 0 | 63 | 5A | 42 | 162 | 62 | 11 |
| Octal | 127 | 1 | 11 | 0 | 143 | 132 | 102 | 542 | 142 | 21 |
| Binary | 1010111 | 1 | 1001 | 0 | 1100011 | 1011010 | 1000010 | 101100010 | 1100010 | 10001 |
Color Harmonies of #570109
Complementary color
Monochromatic Colors of #570109
Black with #570109
Text Example
Text Example
White with #570109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570109; }
p { color: rgb(87,1,9); }
H1.HeaderClassName
{
color: #570109;
}
.AnyTagClassName
{
color: #570109;
}
</style>
background-color css
<style>
a { background-color: #570109; }
a { background-color: rgb(87,1,9); }
div.DivClassName
{
background-color: #570109;
}
.BgClassName
{
background-color: #570109;
}
</style>
border-color css
<style>
span { border-color: #570109; }
span { border-color: rgb(87,1,9); }
td.TdClassName
{
border-color: #570109;
}
.TagClassName
{
border-color: #570109;
}
</style>