Shades of Bordeaux #59040C
Tints of Bordeaux #59040C
RGB
CMYK
RGB Variations
Color information
#59040C (or 0x59040C) is known color: Bordeaux. HEX triplet: 59, 04 and 0C. RGB value is (89,4,12). Sum of RGB (Red+Green+Blue) = 89+4+12=105 (13% of max value = 765). Red value is 89 (35.16% from 255 or 84.76% from 105); Green value is 4 (1.95% from 255 or 3.81% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 89 - color contains mainly: red. Hex color #59040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59040C is #A6FBF3. Grayscale: #1E1E1E. Windows color (decimal): -10943476 or 787545. OLE color: 787545.
HSL color Cylindrical-coordinate representation of color #59040C: hue angle of 354.35º 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 #59040C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 12 | - |
| CMYK | 0 | 0.96 | 0.87 | 0.65 |
| HSL | 354.35º | 0.91% | 0.18% | - |
| HSV(B) | 354.35º | 0.96% | 0.35% | - |
| XYZ | 4.23 | 2.24 | 0.56 | - |
| YUV | 30.33 | 117.66 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 12 | 0 | 0.96 | 0.87 | 0.65 | 354.35 | 0.91 | 0.18 |
| Hex | 59 | 4 | C | 0 | 60 | 57 | 41 | 162 | 5B | 12 |
| Octal | 131 | 4 | 14 | 0 | 140 | 127 | 101 | 542 | 133 | 22 |
| Binary | 1011001 | 100 | 1100 | 0 | 1100000 | 1010111 | 1000001 | 101100010 | 1011011 | 10010 |
Color Harmonies of #59040C
Complementary color
Monochromatic Colors of #59040C
Black with #59040C
Text Example
Text Example
White with #59040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59040C; }
p { color: rgb(89,4,12); }
H1.HeaderClassName
{
color: #59040C;
}
.AnyTagClassName
{
color: #59040C;
}
</style>
background-color css
<style>
a { background-color: #59040C; }
a { background-color: rgb(89,4,12); }
div.DivClassName
{
background-color: #59040C;
}
.BgClassName
{
background-color: #59040C;
}
</style>
border-color css
<style>
span { border-color: #59040C; }
span { border-color: rgb(89,4,12); }
td.TdClassName
{
border-color: #59040C;
}
.TagClassName
{
border-color: #59040C;
}
</style>