Shades of Bordeaux #590C23
Tints of Bordeaux #590C23
RGB
CMYK
RGB Variations
Color information
#590C23 (or 0x590C23) is known color: Bordeaux. HEX triplet: 59, 0C and 23. RGB value is (89,12,35). Sum of RGB (Red+Green+Blue) = 89+12+35=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 12 (5.08% from 255 or 8.82% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #590C23 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590C23 is #A6F3DC. Grayscale: #252525. Windows color (decimal): -10941405 or 2296921. OLE color: 2296921.
HSL color Cylindrical-coordinate representation of color #590C23: hue angle of 342.08º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #590C23 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 12 | 35 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.65 |
| HSL | 342.08º | 0.76% | 0.2% | - |
| HSV(B) | 342.08º | 0.87% | 0.35% | - |
| XYZ | 4.55 | 2.51 | 1.83 | - |
| YUV | 37.65 | 126.51 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 35 | 0 | 0.87 | 0.61 | 0.65 | 342.08 | 0.76 | 0.2 |
| Hex | 59 | C | 23 | 0 | 57 | 3D | 41 | 156 | 4C | 14 |
| Octal | 131 | 14 | 43 | 0 | 127 | 75 | 101 | 526 | 114 | 24 |
| Binary | 1011001 | 1100 | 100011 | 0 | 1010111 | 111101 | 1000001 | 101010110 | 1001100 | 10100 |
Color Harmonies of #590C23
Complementary color
Monochromatic Colors of #590C23
Black with #590C23
Text Example
Text Example
White with #590C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590C23; }
p { color: rgb(89,12,35); }
H1.HeaderClassName
{
color: #590C23;
}
.AnyTagClassName
{
color: #590C23;
}
</style>
background-color css
<style>
a { background-color: #590C23; }
a { background-color: rgb(89,12,35); }
div.DivClassName
{
background-color: #590C23;
}
.BgClassName
{
background-color: #590C23;
}
</style>
border-color css
<style>
span { border-color: #590C23; }
span { border-color: rgb(89,12,35); }
td.TdClassName
{
border-color: #590C23;
}
.TagClassName
{
border-color: #590C23;
}
</style>