Shades of Bordeaux #570D14
Tints of Bordeaux #570D14
RGB
CMYK
RGB Variations
Color information
#570D14 (or 0x570D14) is known color: Bordeaux. HEX triplet: 57, 0D and 14. RGB value is (87,13,20). Sum of RGB (Red+Green+Blue) = 87+13+20=120 (15% of max value = 765). Red value is 87 (34.38% from 255 or 72.5% from 120); Green value is 13 (5.47% from 255 or 10.83% from 120); Blue value is 20 (8.20% from 255 or 16.67% from 120); Max value from RGB is 87 - color contains mainly: red. Hex color #570D14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570D14 is #A8F2EB. Grayscale: #232323. Windows color (decimal): -11072236 or 1314135. OLE color: 1314135.
HSL color Cylindrical-coordinate representation of color #570D14: hue angle of 354.32º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D14 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 13 | 20 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.66 |
| HSL | 354.32º | 0.74% | 0.2% | - |
| HSV(B) | 354.32º | 0.85% | 0.34% | - |
| XYZ | 4.2 | 2.36 | 0.9 | - |
| YUV | 35.92 | 119.02 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 13 | 20 | 0 | 0.85 | 0.77 | 0.66 | 354.32 | 0.74 | 0.2 |
| Hex | 57 | D | 14 | 0 | 55 | 4D | 42 | 162 | 4A | 14 |
| Octal | 127 | 15 | 24 | 0 | 125 | 115 | 102 | 542 | 112 | 24 |
| Binary | 1010111 | 1101 | 10100 | 0 | 1010101 | 1001101 | 1000010 | 101100010 | 1001010 | 10100 |
Color Harmonies of #570D14
Complementary color
Monochromatic Colors of #570D14
Black with #570D14
Text Example
Text Example
White with #570D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570D14; }
p { color: rgb(87,13,20); }
H1.HeaderClassName
{
color: #570D14;
}
.AnyTagClassName
{
color: #570D14;
}
</style>
background-color css
<style>
a { background-color: #570D14; }
a { background-color: rgb(87,13,20); }
div.DivClassName
{
background-color: #570D14;
}
.BgClassName
{
background-color: #570D14;
}
</style>
border-color css
<style>
span { border-color: #570D14; }
span { border-color: rgb(87,13,20); }
td.TdClassName
{
border-color: #570D14;
}
.TagClassName
{
border-color: #570D14;
}
</style>