Shades of Bordeaux #571025
Tints of Bordeaux #571025
RGB
CMYK
RGB Variations
Color information
#571025 (or 0x571025) is known color: Bordeaux. HEX triplet: 57, 10 and 25. RGB value is (87,16,37). Sum of RGB (Red+Green+Blue) = 87+16+37=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 37 (14.84% from 255 or 26.43% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #571025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571025 is #A8EFDA. Grayscale: #272727. Windows color (decimal): -11071451 or 2429015. OLE color: 2429015.
HSL color Cylindrical-coordinate representation of color #571025: hue angle of 342.25º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571025 is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 16 | 37 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.66 |
| HSL | 342.25º | 0.69% | 0.2% | - |
| HSV(B) | 342.25º | 0.82% | 0.34% | - |
| XYZ | 4.45 | 2.53 | 2 | - |
| YUV | 39.62 | 126.52 | 161.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 37 | 0 | 0.82 | 0.57 | 0.66 | 342.25 | 0.69 | 0.2 |
| Hex | 57 | 10 | 25 | 0 | 52 | 39 | 42 | 156 | 45 | 14 |
| Octal | 127 | 20 | 45 | 0 | 122 | 71 | 102 | 526 | 105 | 24 |
| Binary | 1010111 | 10000 | 100101 | 0 | 1010010 | 111001 | 1000010 | 101010110 | 1000101 | 10100 |
Color Harmonies of #571025
Complementary color
Monochromatic Colors of #571025
Black with #571025
Text Example
Text Example
White with #571025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571025; }
p { color: rgb(87,16,37); }
H1.HeaderClassName
{
color: #571025;
}
.AnyTagClassName
{
color: #571025;
}
</style>
background-color css
<style>
a { background-color: #571025; }
a { background-color: rgb(87,16,37); }
div.DivClassName
{
background-color: #571025;
}
.BgClassName
{
background-color: #571025;
}
</style>
border-color css
<style>
span { border-color: #571025; }
span { border-color: rgb(87,16,37); }
td.TdClassName
{
border-color: #571025;
}
.TagClassName
{
border-color: #571025;
}
</style>