Shades of Bordeaux #59031C
Tints of Bordeaux #59031C
RGB
CMYK
RGB Variations
Color information
#59031C (or 0x59031C) is known color: Bordeaux. HEX triplet: 59, 03 and 1C. RGB value is (89,3,28). Sum of RGB (Red+Green+Blue) = 89+3+28=120 (15% of max value = 765). Red value is 89 (35.16% from 255 or 74.17% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 89 - color contains mainly: red. Hex color #59031C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59031C is #A6FCE3. Grayscale: #1F1F1F. Windows color (decimal): -10943716 or 1835865. OLE color: 1835865.
HSL color Cylindrical-coordinate representation of color #59031C: hue angle of 342.56º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59031C is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 28 | - |
| CMYK | 0 | 0.97 | 0.69 | 0.65 |
| HSL | 342.56º | 0.93% | 0.18% | - |
| HSV(B) | 342.56º | 0.97% | 0.35% | - |
| XYZ | 4.36 | 2.27 | 1.31 | - |
| YUV | 31.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 28 | 0 | 0.97 | 0.69 | 0.65 | 342.56 | 0.93 | 0.18 |
| Hex | 59 | 3 | 1C | 0 | 61 | 45 | 41 | 157 | 5D | 12 |
| Octal | 131 | 3 | 34 | 0 | 141 | 105 | 101 | 527 | 135 | 22 |
| Binary | 1011001 | 11 | 11100 | 0 | 1100001 | 1000101 | 1000001 | 101010111 | 1011101 | 10010 |
Color Harmonies of #59031C
Complementary color
Monochromatic Colors of #59031C
Black with #59031C
Text Example
Text Example
White with #59031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59031C; }
p { color: rgb(89,3,28); }
H1.HeaderClassName
{
color: #59031C;
}
.AnyTagClassName
{
color: #59031C;
}
</style>
background-color css
<style>
a { background-color: #59031C; }
a { background-color: rgb(89,3,28); }
div.DivClassName
{
background-color: #59031C;
}
.BgClassName
{
background-color: #59031C;
}
</style>
border-color css
<style>
span { border-color: #59031C; }
span { border-color: rgb(89,3,28); }
td.TdClassName
{
border-color: #59031C;
}
.TagClassName
{
border-color: #59031C;
}
</style>