Shades of Bordeaux #570615
Tints of Bordeaux #570615
RGB
CMYK
RGB Variations
Color information
#570615 (or 0x570615) is known color: Bordeaux. HEX triplet: 57, 06 and 15. RGB value is (87,6,21). Sum of RGB (Red+Green+Blue) = 87+6+21=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #570615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570615 is #A8F9EA. Grayscale: #1F1F1F. Windows color (decimal): -11074027 or 1377879. OLE color: 1377879.
HSL color Cylindrical-coordinate representation of color #570615: hue angle of 348.89º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570615 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 6 | 21 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.66 |
| HSL | 348.89º | 0.87% | 0.18% | - |
| HSV(B) | 348.89º | 0.93% | 0.34% | - |
| XYZ | 4.13 | 2.21 | 0.92 | - |
| YUV | 31.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 6 | 21 | 0 | 0.93 | 0.76 | 0.66 | 348.89 | 0.87 | 0.18 |
| Hex | 57 | 6 | 15 | 0 | 5D | 4C | 42 | 15D | 57 | 12 |
| Octal | 127 | 6 | 25 | 0 | 135 | 114 | 102 | 535 | 127 | 22 |
| Binary | 1010111 | 110 | 10101 | 0 | 1011101 | 1001100 | 1000010 | 101011101 | 1010111 | 10010 |
Color Harmonies of #570615
Complementary color
Monochromatic Colors of #570615
Black with #570615
Text Example
Text Example
White with #570615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570615; }
p { color: rgb(87,6,21); }
H1.HeaderClassName
{
color: #570615;
}
.AnyTagClassName
{
color: #570615;
}
</style>
background-color css
<style>
a { background-color: #570615; }
a { background-color: rgb(87,6,21); }
div.DivClassName
{
background-color: #570615;
}
.BgClassName
{
background-color: #570615;
}
</style>
border-color css
<style>
span { border-color: #570615; }
span { border-color: rgb(87,6,21); }
td.TdClassName
{
border-color: #570615;
}
.TagClassName
{
border-color: #570615;
}
</style>