Shades of Bordeaux #570524
Tints of Bordeaux #570524
RGB
CMYK
RGB Variations
Color information
#570524 (or 0x570524) is known color: Bordeaux. HEX triplet: 57, 05 and 24. RGB value is (87,5,36). Sum of RGB (Red+Green+Blue) = 87+5+36=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 36 (14.45% from 255 or 28.12% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #570524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570524 is #A8FADB. Grayscale: #212121. Windows color (decimal): -11074268 or 2360663. OLE color: 2360663.
HSL color Cylindrical-coordinate representation of color #570524: hue angle of 337.32º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570524 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 5 | 36 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.66 |
| HSL | 337.32º | 0.89% | 0.18% | - |
| HSV(B) | 337.32º | 0.94% | 0.34% | - |
| XYZ | 4.3 | 2.26 | 1.88 | - |
| YUV | 33.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 36 | 0 | 0.94 | 0.59 | 0.66 | 337.32 | 0.89 | 0.18 |
| Hex | 57 | 5 | 24 | 0 | 5E | 3B | 42 | 151 | 59 | 12 |
| Octal | 127 | 5 | 44 | 0 | 136 | 73 | 102 | 521 | 131 | 22 |
| Binary | 1010111 | 101 | 100100 | 0 | 1011110 | 111011 | 1000010 | 101010001 | 1011001 | 10010 |
Color Harmonies of #570524
Complementary color
Monochromatic Colors of #570524
Black with #570524
Text Example
Text Example
White with #570524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570524; }
p { color: rgb(87,5,36); }
H1.HeaderClassName
{
color: #570524;
}
.AnyTagClassName
{
color: #570524;
}
</style>
background-color css
<style>
a { background-color: #570524; }
a { background-color: rgb(87,5,36); }
div.DivClassName
{
background-color: #570524;
}
.BgClassName
{
background-color: #570524;
}
</style>
border-color css
<style>
span { border-color: #570524; }
span { border-color: rgb(87,5,36); }
td.TdClassName
{
border-color: #570524;
}
.TagClassName
{
border-color: #570524;
}
</style>