Shades of Bordeaux #570C17
Tints of Bordeaux #570C17
RGB
CMYK
RGB Variations
Color information
#570C17 (or 0x570C17) is known color: Bordeaux. HEX triplet: 57, 0C and 17. RGB value is (87,12,23). Sum of RGB (Red+Green+Blue) = 87+12+23=122 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.31% from 122); Green value is 12 (5.08% from 255 or 9.84% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 87 - color contains mainly: red. Hex color #570C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570C17 is #A8F3E8. Grayscale: #232323. Windows color (decimal): -11072489 or 1510487. OLE color: 1510487.
HSL color Cylindrical-coordinate representation of color #570C17: hue angle of 351.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 #570C17 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 12 | 23 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.66 |
| HSL | 351.2º | 0.76% | 0.19% | - |
| HSV(B) | 351.2º | 0.86% | 0.34% | - |
| XYZ | 4.22 | 2.35 | 1.04 | - |
| YUV | 35.68 | 120.85 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 12 | 23 | 0 | 0.86 | 0.74 | 0.66 | 351.2 | 0.76 | 0.19 |
| Hex | 57 | C | 17 | 0 | 56 | 4A | 42 | 15F | 4C | 13 |
| Octal | 127 | 14 | 27 | 0 | 126 | 112 | 102 | 537 | 114 | 23 |
| Binary | 1010111 | 1100 | 10111 | 0 | 1010110 | 1001010 | 1000010 | 101011111 | 1001100 | 10011 |
Color Harmonies of #570C17
Complementary color
Monochromatic Colors of #570C17
Black with #570C17
Text Example
Text Example
White with #570C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570C17; }
p { color: rgb(87,12,23); }
H1.HeaderClassName
{
color: #570C17;
}
.AnyTagClassName
{
color: #570C17;
}
</style>
background-color css
<style>
a { background-color: #570C17; }
a { background-color: rgb(87,12,23); }
div.DivClassName
{
background-color: #570C17;
}
.BgClassName
{
background-color: #570C17;
}
</style>
border-color css
<style>
span { border-color: #570C17; }
span { border-color: rgb(87,12,23); }
td.TdClassName
{
border-color: #570C17;
}
.TagClassName
{
border-color: #570C17;
}
</style>