Shades of Bordeaux #571A24
Tints of Bordeaux #571A24
RGB
CMYK
RGB Variations
Color information
#571A24 (or 0x571A24) is known color: Bordeaux. HEX triplet: 57, 1A and 24. RGB value is (87,26,36). Sum of RGB (Red+Green+Blue) = 87+26+36=149 (19% of max value = 765). Red value is 87 (34.38% from 255 or 58.39% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 87 - color contains mainly: red. Hex color #571A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #571A24 is #A8E5DB. Grayscale: #2D2D2D. Windows color (decimal): -11068892 or 2366039. OLE color: 2366039.
HSL color Cylindrical-coordinate representation of color #571A24: hue angle of 350.16º 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 #571A24 is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 26 | 36 | - |
| CMYK | 0 | 0.70 | 0.59 | 0.66 |
| HSL | 350.16º | 0.54% | 0.22% | - |
| HSV(B) | 350.16º | 0.7% | 0.34% | - |
| XYZ | 4.62 | 2.89 | 1.98 | - |
| YUV | 45.38 | 122.71 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 36 | 0 | 0.70 | 0.59 | 0.66 | 350.16 | 0.54 | 0.22 |
| Hex | 57 | 1A | 24 | 0 | 46 | 3B | 42 | 15E | 36 | 16 |
| Octal | 127 | 32 | 44 | 0 | 106 | 73 | 102 | 536 | 66 | 26 |
| Binary | 1010111 | 11010 | 100100 | 0 | 1000110 | 111011 | 1000010 | 101011110 | 110110 | 10110 |
Color Harmonies of #571A24
Complementary color
Monochromatic Colors of #571A24
Black with #571A24
Text Example
Text Example
White with #571A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A24; }
p { color: rgb(87,26,36); }
H1.HeaderClassName
{
color: #571A24;
}
.AnyTagClassName
{
color: #571A24;
}
</style>
background-color css
<style>
a { background-color: #571A24; }
a { background-color: rgb(87,26,36); }
div.DivClassName
{
background-color: #571A24;
}
.BgClassName
{
background-color: #571A24;
}
</style>
border-color css
<style>
span { border-color: #571A24; }
span { border-color: rgb(87,26,36); }
td.TdClassName
{
border-color: #571A24;
}
.TagClassName
{
border-color: #571A24;
}
</style>