Shades of Bordeaux #570F1C
Tints of Bordeaux #570F1C
RGB
CMYK
RGB Variations
Color information
#570F1C (or 0x570F1C) is known color: Bordeaux. HEX triplet: 57, 0F and 1C. RGB value is (87,15,28). Sum of RGB (Red+Green+Blue) = 87+15+28=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 15 (6.25% from 255 or 11.54% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #570F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F1C is #A8F0E3. Grayscale: #262626. Windows color (decimal): -11071716 or 1838935. OLE color: 1838935.
HSL color Cylindrical-coordinate representation of color #570F1C: hue angle of 349.17º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #570F1C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 15 | 28 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.66 |
| HSL | 349.17º | 0.71% | 0.2% | - |
| HSV(B) | 349.17º | 0.83% | 0.34% | - |
| XYZ | 4.31 | 2.45 | 1.34 | - |
| YUV | 38.01 | 122.35 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 15 | 28 | 0 | 0.83 | 0.68 | 0.66 | 349.17 | 0.71 | 0.2 |
| Hex | 57 | F | 1C | 0 | 53 | 44 | 42 | 15D | 47 | 14 |
| Octal | 127 | 17 | 34 | 0 | 123 | 104 | 102 | 535 | 107 | 24 |
| Binary | 1010111 | 1111 | 11100 | 0 | 1010011 | 1000100 | 1000010 | 101011101 | 1000111 | 10100 |
Color Harmonies of #570F1C
Complementary color
Monochromatic Colors of #570F1C
Black with #570F1C
Text Example
Text Example
White with #570F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570F1C; }
p { color: rgb(87,15,28); }
H1.HeaderClassName
{
color: #570F1C;
}
.AnyTagClassName
{
color: #570F1C;
}
</style>
background-color css
<style>
a { background-color: #570F1C; }
a { background-color: rgb(87,15,28); }
div.DivClassName
{
background-color: #570F1C;
}
.BgClassName
{
background-color: #570F1C;
}
</style>
border-color css
<style>
span { border-color: #570F1C; }
span { border-color: rgb(87,15,28); }
td.TdClassName
{
border-color: #570F1C;
}
.TagClassName
{
border-color: #570F1C;
}
</style>