Shades of Bordeaux #57070C
Tints of Bordeaux #57070C
RGB
CMYK
RGB Variations
Color information
#57070C (or 0x57070C) is known color: Bordeaux. HEX triplet: 57, 07 and 0C. RGB value is (87,7,12). Sum of RGB (Red+Green+Blue) = 87+7+12=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #57070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57070C is #A8F8F3. Grayscale: #1F1F1F. Windows color (decimal): -11073780 or 788311. OLE color: 788311.
HSL color Cylindrical-coordinate representation of color #57070C: hue angle of 356.25º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #57070C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 7 | 12 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.66 |
| HSL | 356.25º | 0.85% | 0.18% | - |
| HSV(B) | 356.25º | 0.92% | 0.34% | - |
| XYZ | 4.07 | 2.2 | 0.56 | - |
| YUV | 31.49 | 117 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 12 | 0 | 0.92 | 0.86 | 0.66 | 356.25 | 0.85 | 0.18 |
| Hex | 57 | 7 | C | 0 | 5C | 56 | 42 | 164 | 55 | 12 |
| Octal | 127 | 7 | 14 | 0 | 134 | 126 | 102 | 544 | 125 | 22 |
| Binary | 1010111 | 111 | 1100 | 0 | 1011100 | 1010110 | 1000010 | 101100100 | 1010101 | 10010 |
Color Harmonies of #57070C
Complementary color
Monochromatic Colors of #57070C
Black with #57070C
Text Example
Text Example
White with #57070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57070C; }
p { color: rgb(87,7,12); }
H1.HeaderClassName
{
color: #57070C;
}
.AnyTagClassName
{
color: #57070C;
}
</style>
background-color css
<style>
a { background-color: #57070C; }
a { background-color: rgb(87,7,12); }
div.DivClassName
{
background-color: #57070C;
}
.BgClassName
{
background-color: #57070C;
}
</style>
border-color css
<style>
span { border-color: #57070C; }
span { border-color: rgb(87,7,12); }
td.TdClassName
{
border-color: #57070C;
}
.TagClassName
{
border-color: #57070C;
}
</style>