Shades of Bordeaux #570C14
Tints of Bordeaux #570C14
RGB
CMYK
RGB Variations
Color information
#570C14 (or 0x570C14) is known color: Bordeaux. HEX triplet: 57, 0C and 14. RGB value is (87,12,20). Sum of RGB (Red+Green+Blue) = 87+12+20=119 (15% of max value = 765). Red value is 87 (34.38% from 255 or 73.11% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 20 (8.20% from 255 or 16.81% from 119); Max value from RGB is 87 - color contains mainly: red. Hex color #570C14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C14 is #A8F3EB. Grayscale: #232323. Windows color (decimal): -11072492 or 1313879. OLE color: 1313879.
HSL color Cylindrical-coordinate representation of color #570C14: hue angle of 353.6º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #570C14 is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 20 | - |
| CMYK | 0 | 0.86 | 0.77 | 0.66 |
| HSL | 353.6º | 0.76% | 0.19% | - |
| HSV(B) | 353.6º | 0.86% | 0.34% | - |
| XYZ | 4.19 | 2.34 | 0.89 | - |
| YUV | 35.34 | 119.35 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 20 | 0 | 0.86 | 0.77 | 0.66 | 353.6 | 0.76 | 0.19 |
| Hex | 57 | C | 14 | 0 | 56 | 4D | 42 | 162 | 4C | 13 |
| Octal | 127 | 14 | 24 | 0 | 126 | 115 | 102 | 542 | 114 | 23 |
| Binary | 1010111 | 1100 | 10100 | 0 | 1010110 | 1001101 | 1000010 | 101100010 | 1001100 | 10011 |
Color Harmonies of #570C14
Complementary color
Monochromatic Colors of #570C14
Black with #570C14
Text Example
Text Example
White with #570C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C14; }
p { color: rgb(87,12,20); }
H1.HeaderClassName
{
color: #570C14;
}
.AnyTagClassName
{
color: #570C14;
}
</style>
background-color css
<style>
a { background-color: #570C14; }
a { background-color: rgb(87,12,20); }
div.DivClassName
{
background-color: #570C14;
}
.BgClassName
{
background-color: #570C14;
}
</style>
border-color css
<style>
span { border-color: #570C14; }
span { border-color: rgb(87,12,20); }
td.TdClassName
{
border-color: #570C14;
}
.TagClassName
{
border-color: #570C14;
}
</style>