Shades of Bordeaux #570117
Tints of Bordeaux #570117
RGB
CMYK
RGB Variations
Color information
#570117 (or 0x570117) is known color: Bordeaux. HEX triplet: 57, 01 and 17. RGB value is (87,1,23). Sum of RGB (Red+Green+Blue) = 87+1+23=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #570117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570117 is #A8FEE8. Grayscale: #1D1D1D. Windows color (decimal): -11075305 or 1507671. OLE color: 1507671.
HSL color Cylindrical-coordinate representation of color #570117: hue angle of 344.65º 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 #570117 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 1 | 23 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.66 |
| HSL | 344.65º | 0.98% | 0.17% | - |
| HSV(B) | 344.65º | 0.99% | 0.34% | - |
| XYZ | 4.1 | 2.11 | 1 | - |
| YUV | 29.22 | 124.49 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 1 | 23 | 0 | 0.99 | 0.74 | 0.66 | 344.65 | 0.98 | 0.17 |
| Hex | 57 | 1 | 17 | 0 | 63 | 4A | 42 | 159 | 62 | 11 |
| Octal | 127 | 1 | 27 | 0 | 143 | 112 | 102 | 531 | 142 | 21 |
| Binary | 1010111 | 1 | 10111 | 0 | 1100011 | 1001010 | 1000010 | 101011001 | 1100010 | 10001 |
Color Harmonies of #570117
Complementary color
Monochromatic Colors of #570117
Black with #570117
Text Example
Text Example
White with #570117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570117; }
p { color: rgb(87,1,23); }
H1.HeaderClassName
{
color: #570117;
}
.AnyTagClassName
{
color: #570117;
}
</style>
background-color css
<style>
a { background-color: #570117; }
a { background-color: rgb(87,1,23); }
div.DivClassName
{
background-color: #570117;
}
.BgClassName
{
background-color: #570117;
}
</style>
border-color css
<style>
span { border-color: #570117; }
span { border-color: rgb(87,1,23); }
td.TdClassName
{
border-color: #570117;
}
.TagClassName
{
border-color: #570117;
}
</style>