Shades of Bordeaux #57090F
Tints of Bordeaux #57090F
RGB
CMYK
RGB Variations
Color information
#57090F (or 0x57090F) is known color: Bordeaux. HEX triplet: 57, 09 and 0F. RGB value is (87,9,15). Sum of RGB (Red+Green+Blue) = 87+9+15=111 (14% of max value = 765). Red value is 87 (34.38% from 255 or 78.38% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 87 - color contains mainly: red. Hex color #57090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57090F is #A8F6F0. Grayscale: #212121. Windows color (decimal): -11073265 or 985431. OLE color: 985431.
HSL color Cylindrical-coordinate representation of color #57090F: hue angle of 355.38º 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 #57090F is Cyan = 0, Magento = 0.90, Yellow = 0.83 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 9 | 15 | - |
| CMYK | 0 | 0.90 | 0.83 | 0.66 |
| HSL | 355.38º | 0.81% | 0.19% | - |
| HSV(B) | 355.38º | 0.9% | 0.34% | - |
| XYZ | 4.11 | 2.26 | 0.67 | - |
| YUV | 33.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 9 | 15 | 0 | 0.90 | 0.83 | 0.66 | 355.38 | 0.81 | 0.19 |
| Hex | 57 | 9 | F | 0 | 5A | 53 | 42 | 163 | 51 | 13 |
| Octal | 127 | 11 | 17 | 0 | 132 | 123 | 102 | 543 | 121 | 23 |
| Binary | 1010111 | 1001 | 1111 | 0 | 1011010 | 1010011 | 1000010 | 101100011 | 1010001 | 10011 |
Color Harmonies of #57090F
Complementary color
Monochromatic Colors of #57090F
Black with #57090F
Text Example
Text Example
White with #57090F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57090F; }
p { color: rgb(87,9,15); }
H1.HeaderClassName
{
color: #57090F;
}
.AnyTagClassName
{
color: #57090F;
}
</style>
background-color css
<style>
a { background-color: #57090F; }
a { background-color: rgb(87,9,15); }
div.DivClassName
{
background-color: #57090F;
}
.BgClassName
{
background-color: #57090F;
}
</style>
border-color css
<style>
span { border-color: #57090F; }
span { border-color: rgb(87,9,15); }
td.TdClassName
{
border-color: #57090F;
}
.TagClassName
{
border-color: #57090F;
}
</style>