Shades of Bordeaux #57202B
Tints of Bordeaux #57202B
RGB
CMYK
RGB Variations
Color information
#57202B (or 0x57202B) is known color: Bordeaux. HEX triplet: 57, 20 and 2B. RGB value is (87,32,43). Sum of RGB (Red+Green+Blue) = 87+32+43=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #57202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57202B is #A8DFD4. Grayscale: #313131. Windows color (decimal): -11067349 or 2826327. OLE color: 2826327.
HSL color Cylindrical-coordinate representation of color #57202B: hue angle of 348º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #57202B is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 32 | 43 | - |
| CMYK | 0 | 0.63 | 0.51 | 0.66 |
| HSL | 348º | 0.46% | 0.23% | - |
| HSV(B) | 348º | 0.63% | 0.34% | - |
| XYZ | 4.88 | 3.23 | 2.65 | - |
| YUV | 49.7 | 124.22 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 32 | 43 | 0 | 0.63 | 0.51 | 0.66 | 348 | 0.46 | 0.23 |
| Hex | 57 | 20 | 2B | 0 | 3F | 33 | 42 | 15C | 2E | 17 |
| Octal | 127 | 40 | 53 | 0 | 77 | 63 | 102 | 534 | 56 | 27 |
| Binary | 1010111 | 100000 | 101011 | 0 | 111111 | 110011 | 1000010 | 101011100 | 101110 | 10111 |
Color Harmonies of #57202B
Complementary color
Monochromatic Colors of #57202B
Black with #57202B
Text Example
Text Example
White with #57202B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57202B; }
p { color: rgb(87,32,43); }
H1.HeaderClassName
{
color: #57202B;
}
.AnyTagClassName
{
color: #57202B;
}
</style>
background-color css
<style>
a { background-color: #57202B; }
a { background-color: rgb(87,32,43); }
div.DivClassName
{
background-color: #57202B;
}
.BgClassName
{
background-color: #57202B;
}
</style>
border-color css
<style>
span { border-color: #57202B; }
span { border-color: rgb(87,32,43); }
td.TdClassName
{
border-color: #57202B;
}
.TagClassName
{
border-color: #57202B;
}
</style>