Shades of Bordeaux #59040B
Tints of Bordeaux #59040B
RGB
CMYK
RGB Variations
Color information
#59040B (or 0x59040B) is known color: Bordeaux. HEX triplet: 59, 04 and 0B. RGB value is (89,4,11). Sum of RGB (Red+Green+Blue) = 89+4+11=104 (13% of max value = 765). Red value is 89 (35.16% from 255 or 85.58% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 89 - color contains mainly: red. Hex color #59040B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59040B is #A6FBF4. Grayscale: #1E1E1E. Windows color (decimal): -10943477 or 722009. OLE color: 722009.
HSL color Cylindrical-coordinate representation of color #59040B: hue angle of 355.06º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59040B is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 11 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.65 |
| HSL | 355.06º | 0.91% | 0.18% | - |
| HSV(B) | 355.06º | 0.96% | 0.35% | - |
| XYZ | 4.22 | 2.23 | 0.53 | - |
| YUV | 30.21 | 117.16 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 11 | 0 | 0.96 | 0.88 | 0.65 | 355.06 | 0.91 | 0.18 |
| Hex | 59 | 4 | B | 0 | 60 | 58 | 41 | 163 | 5B | 12 |
| Octal | 131 | 4 | 13 | 0 | 140 | 130 | 101 | 543 | 133 | 22 |
| Binary | 1011001 | 100 | 1011 | 0 | 1100000 | 1011000 | 1000001 | 101100011 | 1011011 | 10010 |
Color Harmonies of #59040B
Complementary color
Monochromatic Colors of #59040B
Black with #59040B
Text Example
Text Example
White with #59040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59040B; }
p { color: rgb(89,4,11); }
H1.HeaderClassName
{
color: #59040B;
}
.AnyTagClassName
{
color: #59040B;
}
</style>
background-color css
<style>
a { background-color: #59040B; }
a { background-color: rgb(89,4,11); }
div.DivClassName
{
background-color: #59040B;
}
.BgClassName
{
background-color: #59040B;
}
</style>
border-color css
<style>
span { border-color: #59040B; }
span { border-color: rgb(89,4,11); }
td.TdClassName
{
border-color: #59040B;
}
.TagClassName
{
border-color: #59040B;
}
</style>