Shades of Bordeaux #570C22
Tints of Bordeaux #570C22
RGB
CMYK
RGB Variations
Color information
#570C22 (or 0x570C22) is known color: Bordeaux. HEX triplet: 57, 0C and 22. RGB value is (87,12,34). Sum of RGB (Red+Green+Blue) = 87+12+34=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 34 (13.67% from 255 or 25.56% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #570C22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C22 is #A8F3DD. Grayscale: #242424. Windows color (decimal): -11072478 or 2231383. OLE color: 2231383.
HSL color Cylindrical-coordinate representation of color #570C22: hue angle of 342.4º 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 #570C22 is Cyan = 0, Magento = 0.86, Yellow = 0.61 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 34 | - |
| CMYK | 0 | 0.86 | 0.61 | 0.66 |
| HSL | 342.4º | 0.76% | 0.19% | - |
| HSV(B) | 342.4º | 0.86% | 0.34% | - |
| XYZ | 4.35 | 2.4 | 1.75 | - |
| YUV | 36.93 | 126.35 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 34 | 0 | 0.86 | 0.61 | 0.66 | 342.4 | 0.76 | 0.19 |
| Hex | 57 | C | 22 | 0 | 56 | 3D | 42 | 156 | 4C | 13 |
| Octal | 127 | 14 | 42 | 0 | 126 | 75 | 102 | 526 | 114 | 23 |
| Binary | 1010111 | 1100 | 100010 | 0 | 1010110 | 111101 | 1000010 | 101010110 | 1001100 | 10011 |
Color Harmonies of #570C22
Complementary color
Monochromatic Colors of #570C22
Black with #570C22
Text Example
Text Example
White with #570C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C22; }
p { color: rgb(87,12,34); }
H1.HeaderClassName
{
color: #570C22;
}
.AnyTagClassName
{
color: #570C22;
}
</style>
background-color css
<style>
a { background-color: #570C22; }
a { background-color: rgb(87,12,34); }
div.DivClassName
{
background-color: #570C22;
}
.BgClassName
{
background-color: #570C22;
}
</style>
border-color css
<style>
span { border-color: #570C22; }
span { border-color: rgb(87,12,34); }
td.TdClassName
{
border-color: #570C22;
}
.TagClassName
{
border-color: #570C22;
}
</style>