Shades of Bordeaux #57031E
Tints of Bordeaux #57031E
RGB
CMYK
RGB Variations
Color information
#57031E (or 0x57031E) is known color: Bordeaux. HEX triplet: 57, 03 and 1E. RGB value is (87,3,30). Sum of RGB (Red+Green+Blue) = 87+3+30=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 30 (12.11% from 255 or 25% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57031E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57031E is #A8FCE1. Grayscale: #1F1F1F. Windows color (decimal): -11074786 or 1966935. OLE color: 1966935.
HSL color Cylindrical-coordinate representation of color #57031E: hue angle of 340.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #57031E is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 3 | 30 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.66 |
| HSL | 340.71º | 0.93% | 0.18% | - |
| HSV(B) | 340.71º | 0.97% | 0.34% | - |
| XYZ | 4.2 | 2.19 | 1.43 | - |
| YUV | 31.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 3 | 30 | 0 | 0.97 | 0.66 | 0.66 | 340.71 | 0.93 | 0.18 |
| Hex | 57 | 3 | 1E | 0 | 61 | 42 | 42 | 155 | 5D | 12 |
| Octal | 127 | 3 | 36 | 0 | 141 | 102 | 102 | 525 | 135 | 22 |
| Binary | 1010111 | 11 | 11110 | 0 | 1100001 | 1000010 | 1000010 | 101010101 | 1011101 | 10010 |
Color Harmonies of #57031E
Complementary color
Monochromatic Colors of #57031E
Black with #57031E
Text Example
Text Example
White with #57031E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57031E; }
p { color: rgb(87,3,30); }
H1.HeaderClassName
{
color: #57031E;
}
.AnyTagClassName
{
color: #57031E;
}
</style>
background-color css
<style>
a { background-color: #57031E; }
a { background-color: rgb(87,3,30); }
div.DivClassName
{
background-color: #57031E;
}
.BgClassName
{
background-color: #57031E;
}
</style>
border-color css
<style>
span { border-color: #57031E; }
span { border-color: rgb(87,3,30); }
td.TdClassName
{
border-color: #57031E;
}
.TagClassName
{
border-color: #57031E;
}
</style>