Shades of Bordeaux #570C1C
Tints of Bordeaux #570C1C
RGB
CMYK
RGB Variations
Color information
#570C1C (or 0x570C1C) is known color: Bordeaux. HEX triplet: 57, 0C and 1C. RGB value is (87,12,28). Sum of RGB (Red+Green+Blue) = 87+12+28=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 28 (11.33% from 255 or 22.05% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570C1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570C1C is #A8F3E3. Grayscale: #242424. Windows color (decimal): -11072484 or 1838167. OLE color: 1838167.
HSL color Cylindrical-coordinate representation of color #570C1C: hue angle of 347.2º 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 #570C1C is Cyan = 0, Magento = 0.86, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 28 | - |
| CMYK | 0 | 0.86 | 0.68 | 0.66 |
| HSL | 347.2º | 0.76% | 0.19% | - |
| HSV(B) | 347.2º | 0.86% | 0.34% | - |
| XYZ | 4.27 | 2.37 | 1.33 | - |
| YUV | 36.25 | 123.35 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 28 | 0 | 0.86 | 0.68 | 0.66 | 347.2 | 0.76 | 0.19 |
| Hex | 57 | C | 1C | 0 | 56 | 44 | 42 | 15B | 4C | 13 |
| Octal | 127 | 14 | 34 | 0 | 126 | 104 | 102 | 533 | 114 | 23 |
| Binary | 1010111 | 1100 | 11100 | 0 | 1010110 | 1000100 | 1000010 | 101011011 | 1001100 | 10011 |
Color Harmonies of #570C1C
Complementary color
Monochromatic Colors of #570C1C
Black with #570C1C
Text Example
Text Example
White with #570C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C1C; }
p { color: rgb(87,12,28); }
H1.HeaderClassName
{
color: #570C1C;
}
.AnyTagClassName
{
color: #570C1C;
}
</style>
background-color css
<style>
a { background-color: #570C1C; }
a { background-color: rgb(87,12,28); }
div.DivClassName
{
background-color: #570C1C;
}
.BgClassName
{
background-color: #570C1C;
}
</style>
border-color css
<style>
span { border-color: #570C1C; }
span { border-color: rgb(87,12,28); }
td.TdClassName
{
border-color: #570C1C;
}
.TagClassName
{
border-color: #570C1C;
}
</style>