Shades of Bordeaux #571521
Tints of Bordeaux #571521
RGB
CMYK
RGB Variations
Color information
#571521 (or 0x571521) is known color: Bordeaux. HEX triplet: 57, 15 and 21. RGB value is (87,21,33). Sum of RGB (Red+Green+Blue) = 87+21+33=141 (18% of max value = 765). Red value is 87 (34.38% from 255 or 61.70% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 87 - color contains mainly: red. Hex color #571521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571521 is #A8EADE. Grayscale: #2A2A2A. Windows color (decimal): -11070175 or 2168151. OLE color: 2168151.
HSL color Cylindrical-coordinate representation of color #571521: hue angle of 349.09º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571521 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 21 | 33 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.66 |
| HSL | 349.09º | 0.61% | 0.21% | - |
| HSV(B) | 349.09º | 0.76% | 0.34% | - |
| XYZ | 4.47 | 2.67 | 1.72 | - |
| YUV | 42.1 | 122.87 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 21 | 33 | 0 | 0.76 | 0.62 | 0.66 | 349.09 | 0.61 | 0.21 |
| Hex | 57 | 15 | 21 | 0 | 4C | 3E | 42 | 15D | 3D | 15 |
| Octal | 127 | 25 | 41 | 0 | 114 | 76 | 102 | 535 | 75 | 25 |
| Binary | 1010111 | 10101 | 100001 | 0 | 1001100 | 111110 | 1000010 | 101011101 | 111101 | 10101 |
Color Harmonies of #571521
Complementary color
Monochromatic Colors of #571521
Black with #571521
Text Example
Text Example
White with #571521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571521; }
p { color: rgb(87,21,33); }
H1.HeaderClassName
{
color: #571521;
}
.AnyTagClassName
{
color: #571521;
}
</style>
background-color css
<style>
a { background-color: #571521; }
a { background-color: rgb(87,21,33); }
div.DivClassName
{
background-color: #571521;
}
.BgClassName
{
background-color: #571521;
}
</style>
border-color css
<style>
span { border-color: #571521; }
span { border-color: rgb(87,21,33); }
td.TdClassName
{
border-color: #571521;
}
.TagClassName
{
border-color: #571521;
}
</style>