Shades of Bordeaux #59021B
Tints of Bordeaux #59021B
RGB
CMYK
RGB Variations
Color information
#59021B (or 0x59021B) is known color: Bordeaux. HEX triplet: 59, 02 and 1B. RGB value is (89,2,27). Sum of RGB (Red+Green+Blue) = 89+2+27=118 (15% of max value = 765). Red value is 89 (35.16% from 255 or 75.42% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 27 (10.94% from 255 or 22.88% from 118); Max value from RGB is 89 - color contains mainly: red. Hex color #59021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59021B is #A6FDE4. Grayscale: #1E1E1E. Windows color (decimal): -10943973 or 1770073. OLE color: 1770073.
HSL color Cylindrical-coordinate representation of color #59021B: hue angle of 342.76º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59021B is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.65 |
| HSL | 342.76º | 0.96% | 0.18% | - |
| HSV(B) | 342.76º | 0.98% | 0.35% | - |
| XYZ | 4.34 | 2.25 | 1.24 | - |
| YUV | 30.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 27 | 0 | 0.98 | 0.70 | 0.65 | 342.76 | 0.96 | 0.18 |
| Hex | 59 | 2 | 1B | 0 | 62 | 46 | 41 | 157 | 60 | 12 |
| Octal | 131 | 2 | 33 | 0 | 142 | 106 | 101 | 527 | 140 | 22 |
| Binary | 1011001 | 10 | 11011 | 0 | 1100010 | 1000110 | 1000001 | 101010111 | 1100000 | 10010 |
Color Harmonies of #59021B
Complementary color
Monochromatic Colors of #59021B
Black with #59021B
Text Example
Text Example
White with #59021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59021B; }
p { color: rgb(89,2,27); }
H1.HeaderClassName
{
color: #59021B;
}
.AnyTagClassName
{
color: #59021B;
}
</style>
background-color css
<style>
a { background-color: #59021B; }
a { background-color: rgb(89,2,27); }
div.DivClassName
{
background-color: #59021B;
}
.BgClassName
{
background-color: #59021B;
}
</style>
border-color css
<style>
span { border-color: #59021B; }
span { border-color: rgb(89,2,27); }
td.TdClassName
{
border-color: #59021B;
}
.TagClassName
{
border-color: #59021B;
}
</style>