Shades of Bordeaux #570823
Tints of Bordeaux #570823
RGB
CMYK
RGB Variations
Color information
#570823 (or 0x570823) is known color: Bordeaux. HEX triplet: 57, 08 and 23. RGB value is (87,8,35). Sum of RGB (Red+Green+Blue) = 87+8+35=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 8 (3.52% from 255 or 6.15% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #570823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570823 is #A8F7DC. Grayscale: #222222. Windows color (decimal): -11073501 or 2295895. OLE color: 2295895.
HSL color Cylindrical-coordinate representation of color #570823: hue angle of 339.49º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #570823 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 8 | 35 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.66 |
| HSL | 339.49º | 0.83% | 0.19% | - |
| HSV(B) | 339.49º | 0.91% | 0.34% | - |
| XYZ | 4.32 | 2.32 | 1.81 | - |
| YUV | 34.7 | 128.17 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 8 | 35 | 0 | 0.91 | 0.60 | 0.66 | 339.49 | 0.83 | 0.19 |
| Hex | 57 | 8 | 23 | 0 | 5B | 3C | 42 | 153 | 53 | 13 |
| Octal | 127 | 10 | 43 | 0 | 133 | 74 | 102 | 523 | 123 | 23 |
| Binary | 1010111 | 1000 | 100011 | 0 | 1011011 | 111100 | 1000010 | 101010011 | 1010011 | 10011 |
Color Harmonies of #570823
Complementary color
Monochromatic Colors of #570823
Black with #570823
Text Example
Text Example
White with #570823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570823; }
p { color: rgb(87,8,35); }
H1.HeaderClassName
{
color: #570823;
}
.AnyTagClassName
{
color: #570823;
}
</style>
background-color css
<style>
a { background-color: #570823; }
a { background-color: rgb(87,8,35); }
div.DivClassName
{
background-color: #570823;
}
.BgClassName
{
background-color: #570823;
}
</style>
border-color css
<style>
span { border-color: #570823; }
span { border-color: rgb(87,8,35); }
td.TdClassName
{
border-color: #570823;
}
.TagClassName
{
border-color: #570823;
}
</style>