Shades of Bordeaux #570411
Tints of Bordeaux #570411
RGB
CMYK
RGB Variations
Color information
#570411 (or 0x570411) is known color: Bordeaux. HEX triplet: 57, 04 and 11. RGB value is (87,4,17). Sum of RGB (Red+Green+Blue) = 87+4+17=108 (14% of max value = 765). Red value is 87 (34.38% from 255 or 80.56% from 108); Green value is 4 (1.95% from 255 or 3.70% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 87 - color contains mainly: red. Hex color #570411 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570411 is #A8FBEE. Grayscale: #1E1E1E. Windows color (decimal): -11074543 or 1115223. OLE color: 1115223.
HSL color Cylindrical-coordinate representation of color #570411: hue angle of 350.6º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #570411 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 4 | 17 | - |
| CMYK | 0 | 0.95 | 0.80 | 0.66 |
| HSL | 350.6º | 0.91% | 0.18% | - |
| HSV(B) | 350.6º | 0.95% | 0.34% | - |
| XYZ | 4.08 | 2.15 | 0.73 | - |
| YUV | 30.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 4 | 17 | 0 | 0.95 | 0.80 | 0.66 | 350.6 | 0.91 | 0.18 |
| Hex | 57 | 4 | 11 | 0 | 5F | 50 | 42 | 15F | 5B | 12 |
| Octal | 127 | 4 | 21 | 0 | 137 | 120 | 102 | 537 | 133 | 22 |
| Binary | 1010111 | 100 | 10001 | 0 | 1011111 | 1010000 | 1000010 | 101011111 | 1011011 | 10010 |
Color Harmonies of #570411
Complementary color
Monochromatic Colors of #570411
Black with #570411
Text Example
Text Example
White with #570411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570411; }
p { color: rgb(87,4,17); }
H1.HeaderClassName
{
color: #570411;
}
.AnyTagClassName
{
color: #570411;
}
</style>
background-color css
<style>
a { background-color: #570411; }
a { background-color: rgb(87,4,17); }
div.DivClassName
{
background-color: #570411;
}
.BgClassName
{
background-color: #570411;
}
</style>
border-color css
<style>
span { border-color: #570411; }
span { border-color: rgb(87,4,17); }
td.TdClassName
{
border-color: #570411;
}
.TagClassName
{
border-color: #570411;
}
</style>