Shades of Bordeaux #59031A
Tints of Bordeaux #59031A
RGB
CMYK
RGB Variations
Color information
#59031A (or 0x59031A) is known color: Bordeaux. HEX triplet: 59, 03 and 1A. RGB value is (89,3,26). Sum of RGB (Red+Green+Blue) = 89+3+26=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 26 (10.55% from 255 or 22.03% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #59031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59031A is #A6FCE5. Grayscale: #1F1F1F. Windows color (decimal): -10943718 or 1704793. OLE color: 1704793.
HSL color Cylindrical-coordinate representation of color #59031A: hue angle of 343.95º 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 #59031A is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 26 | - |
| CMYK | 0 | 0.97 | 0.71 | 0.65 |
| HSL | 343.95º | 0.93% | 0.18% | - |
| HSV(B) | 343.95º | 0.97% | 0.35% | - |
| XYZ | 4.34 | 2.26 | 1.19 | - |
| YUV | 31.34 | 124.99 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 26 | 0 | 0.97 | 0.71 | 0.65 | 343.95 | 0.93 | 0.18 |
| Hex | 59 | 3 | 1A | 0 | 61 | 47 | 41 | 158 | 5D | 12 |
| Octal | 131 | 3 | 32 | 0 | 141 | 107 | 101 | 530 | 135 | 22 |
| Binary | 1011001 | 11 | 11010 | 0 | 1100001 | 1000111 | 1000001 | 101011000 | 1011101 | 10010 |
Color Harmonies of #59031A
Complementary color
Monochromatic Colors of #59031A
Black with #59031A
Text Example
Text Example
White with #59031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59031A; }
p { color: rgb(89,3,26); }
H1.HeaderClassName
{
color: #59031A;
}
.AnyTagClassName
{
color: #59031A;
}
</style>
background-color css
<style>
a { background-color: #59031A; }
a { background-color: rgb(89,3,26); }
div.DivClassName
{
background-color: #59031A;
}
.BgClassName
{
background-color: #59031A;
}
</style>
border-color css
<style>
span { border-color: #59031A; }
span { border-color: rgb(89,3,26); }
td.TdClassName
{
border-color: #59031A;
}
.TagClassName
{
border-color: #59031A;
}
</style>