Shades of Bordeaux #59061A
Tints of Bordeaux #59061A
RGB
CMYK
RGB Variations
Color information
#59061A (or 0x59061A) is known color: Bordeaux. HEX triplet: 59, 06 and 1A. RGB value is (89,6,26). Sum of RGB (Red+Green+Blue) = 89+6+26=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 26 (10.55% from 255 or 21.49% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #59061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59061A is #A6F9E5. Grayscale: #212121. Windows color (decimal): -10942950 or 1705561. OLE color: 1705561.
HSL color Cylindrical-coordinate representation of color #59061A: hue angle of 345.54º degrees, saturation: 0.87, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59061A is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 6 | 26 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.65 |
| HSL | 345.54º | 0.87% | 0.19% | - |
| HSV(B) | 345.54º | 0.93% | 0.35% | - |
| XYZ | 4.37 | 2.33 | 1.2 | - |
| YUV | 33.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 6 | 26 | 0 | 0.93 | 0.71 | 0.65 | 345.54 | 0.87 | 0.19 |
| Hex | 59 | 6 | 1A | 0 | 5D | 47 | 41 | 15A | 57 | 13 |
| Octal | 131 | 6 | 32 | 0 | 135 | 107 | 101 | 532 | 127 | 23 |
| Binary | 1011001 | 110 | 11010 | 0 | 1011101 | 1000111 | 1000001 | 101011010 | 1010111 | 10011 |
Color Harmonies of #59061A
Complementary color
Monochromatic Colors of #59061A
Black with #59061A
Text Example
Text Example
White with #59061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59061A; }
p { color: rgb(89,6,26); }
H1.HeaderClassName
{
color: #59061A;
}
.AnyTagClassName
{
color: #59061A;
}
</style>
background-color css
<style>
a { background-color: #59061A; }
a { background-color: rgb(89,6,26); }
div.DivClassName
{
background-color: #59061A;
}
.BgClassName
{
background-color: #59061A;
}
</style>
border-color css
<style>
span { border-color: #59061A; }
span { border-color: rgb(89,6,26); }
td.TdClassName
{
border-color: #59061A;
}
.TagClassName
{
border-color: #59061A;
}
</style>