Shades of Bordeaux #571A25
Tints of Bordeaux #571A25
RGB
CMYK
RGB Variations
Color information
#571A25 (or 0x571A25) is known color: Bordeaux. HEX triplet: 57, 1A and 25. RGB value is (87,26,37). Sum of RGB (Red+Green+Blue) = 87+26+37=150 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 87 - color contains mainly: red. Hex color #571A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A25 is #A8E5DA. Grayscale: #2D2D2D. Windows color (decimal): -11068891 or 2431575. OLE color: 2431575.
HSL color Cylindrical-coordinate representation of color #571A25: hue angle of 349.18º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #571A25 is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 37 | - |
| CMYK | 0 | 0.70 | 0.57 | 0.66 |
| HSL | 349.18º | 0.54% | 0.22% | - |
| HSV(B) | 349.18º | 0.7% | 0.34% | - |
| XYZ | 4.63 | 2.9 | 2.07 | - |
| YUV | 45.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 37 | 0 | 0.70 | 0.57 | 0.66 | 349.18 | 0.54 | 0.22 |
| Hex | 57 | 1A | 25 | 0 | 46 | 39 | 42 | 15D | 36 | 16 |
| Octal | 127 | 32 | 45 | 0 | 106 | 71 | 102 | 535 | 66 | 26 |
| Binary | 1010111 | 11010 | 100101 | 0 | 1000110 | 111001 | 1000010 | 101011101 | 110110 | 10110 |
Color Harmonies of #571A25
Complementary color
Monochromatic Colors of #571A25
Black with #571A25
Text Example
Text Example
White with #571A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A25; }
p { color: rgb(87,26,37); }
H1.HeaderClassName
{
color: #571A25;
}
.AnyTagClassName
{
color: #571A25;
}
</style>
background-color css
<style>
a { background-color: #571A25; }
a { background-color: rgb(87,26,37); }
div.DivClassName
{
background-color: #571A25;
}
.BgClassName
{
background-color: #571A25;
}
</style>
border-color css
<style>
span { border-color: #571A25; }
span { border-color: rgb(87,26,37); }
td.TdClassName
{
border-color: #571A25;
}
.TagClassName
{
border-color: #571A25;
}
</style>