Shades of Bordeaux #570924
Tints of Bordeaux #570924
RGB
CMYK
RGB Variations
Color information
#570924 (or 0x570924) is known color: Bordeaux. HEX triplet: 57, 09 and 24. RGB value is (87,9,36). Sum of RGB (Red+Green+Blue) = 87+9+36=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 36 (14.45% from 255 or 27.27% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #570924 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570924 is #A8F6DB. Grayscale: #232323. Windows color (decimal): -11073244 or 2361687. OLE color: 2361687.
HSL color Cylindrical-coordinate representation of color #570924: hue angle of 339.23º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #570924 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 36 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.66 |
| HSL | 339.23º | 0.81% | 0.19% | - |
| HSV(B) | 339.23º | 0.9% | 0.34% | - |
| XYZ | 4.35 | 2.35 | 1.89 | - |
| YUV | 35.4 | 128.34 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 36 | 0 | 0.90 | 0.59 | 0.66 | 339.23 | 0.81 | 0.19 |
| Hex | 57 | 9 | 24 | 0 | 5A | 3B | 42 | 153 | 51 | 13 |
| Octal | 127 | 11 | 44 | 0 | 132 | 73 | 102 | 523 | 121 | 23 |
| Binary | 1010111 | 1001 | 100100 | 0 | 1011010 | 111011 | 1000010 | 101010011 | 1010001 | 10011 |
Color Harmonies of #570924
Complementary color
Monochromatic Colors of #570924
Black with #570924
Text Example
Text Example
White with #570924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #570924; }
p { color: rgb(87,9,36); }
H1.HeaderClassName
{
color: #570924;
}
.AnyTagClassName
{
color: #570924;
}
</style>
background-color css
<style>
a { background-color: #570924; }
a { background-color: rgb(87,9,36); }
div.DivClassName
{
background-color: #570924;
}
.BgClassName
{
background-color: #570924;
}
</style>
border-color css
<style>
span { border-color: #570924; }
span { border-color: rgb(87,9,36); }
td.TdClassName
{
border-color: #570924;
}
.TagClassName
{
border-color: #570924;
}
</style>