Shades of Bordeaux #571A26
Tints of Bordeaux #571A26
RGB
CMYK
RGB Variations
Color information
#571A26 (or 0x571A26) is known color: Bordeaux. HEX triplet: 57, 1A and 26. RGB value is (87,26,38). Sum of RGB (Red+Green+Blue) = 87+26+38=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #571A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A26 is #A8E5D9. Grayscale: #2D2D2D. Windows color (decimal): -11068890 or 2497111. OLE color: 2497111.
HSL color Cylindrical-coordinate representation of color #571A26: hue angle of 348.2º 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 #571A26 is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 38 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.66 |
| HSL | 348.2º | 0.54% | 0.22% | - |
| HSV(B) | 348.2º | 0.7% | 0.34% | - |
| XYZ | 4.65 | 2.9 | 2.15 | - |
| YUV | 45.61 | 123.71 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 38 | 0 | 0.70 | 0.56 | 0.66 | 348.2 | 0.54 | 0.22 |
| Hex | 57 | 1A | 26 | 0 | 46 | 38 | 42 | 15C | 36 | 16 |
| Octal | 127 | 32 | 46 | 0 | 106 | 70 | 102 | 534 | 66 | 26 |
| Binary | 1010111 | 11010 | 100110 | 0 | 1000110 | 111000 | 1000010 | 101011100 | 110110 | 10110 |
Color Harmonies of #571A26
Complementary color
Monochromatic Colors of #571A26
Black with #571A26
Text Example
Text Example
White with #571A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A26; }
p { color: rgb(87,26,38); }
H1.HeaderClassName
{
color: #571A26;
}
.AnyTagClassName
{
color: #571A26;
}
</style>
background-color css
<style>
a { background-color: #571A26; }
a { background-color: rgb(87,26,38); }
div.DivClassName
{
background-color: #571A26;
}
.BgClassName
{
background-color: #571A26;
}
</style>
border-color css
<style>
span { border-color: #571A26; }
span { border-color: rgb(87,26,38); }
td.TdClassName
{
border-color: #571A26;
}
.TagClassName
{
border-color: #571A26;
}
</style>