Shades of Bordeaux #57041D
Tints of Bordeaux #57041D
RGB
CMYK
RGB Variations
Color information
#57041D (or 0x57041D) is known color: Bordeaux. HEX triplet: 57, 04 and 1D. RGB value is (87,4,29). Sum of RGB (Red+Green+Blue) = 87+4+29=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 29 (11.72% from 255 or 24.17% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #57041D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57041D is #A8FBE2. Grayscale: #1F1F1F. Windows color (decimal): -11074531 or 1901655. OLE color: 1901655.
HSL color Cylindrical-coordinate representation of color #57041D: hue angle of 341.93º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #57041D is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 4 | 29 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.66 |
| HSL | 341.93º | 0.91% | 0.18% | - |
| HSV(B) | 341.93º | 0.95% | 0.34% | - |
| XYZ | 4.2 | 2.2 | 1.37 | - |
| YUV | 31.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 29 | 0 | 0.95 | 0.67 | 0.66 | 341.93 | 0.91 | 0.18 |
| Hex | 57 | 4 | 1D | 0 | 5F | 43 | 42 | 156 | 5B | 12 |
| Octal | 127 | 4 | 35 | 0 | 137 | 103 | 102 | 526 | 133 | 22 |
| Binary | 1010111 | 100 | 11101 | 0 | 1011111 | 1000011 | 1000010 | 101010110 | 1011011 | 10010 |
Color Harmonies of #57041D
Complementary color
Monochromatic Colors of #57041D
Black with #57041D
Text Example
Text Example
White with #57041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57041D; }
p { color: rgb(87,4,29); }
H1.HeaderClassName
{
color: #57041D;
}
.AnyTagClassName
{
color: #57041D;
}
</style>
background-color css
<style>
a { background-color: #57041D; }
a { background-color: rgb(87,4,29); }
div.DivClassName
{
background-color: #57041D;
}
.BgClassName
{
background-color: #57041D;
}
</style>
border-color css
<style>
span { border-color: #57041D; }
span { border-color: rgb(87,4,29); }
td.TdClassName
{
border-color: #57041D;
}
.TagClassName
{
border-color: #57041D;
}
</style>