Shades of Bordeaux #59041C
Tints of Bordeaux #59041C
RGB
CMYK
RGB Variations
Color information
#59041C (or 0x59041C) is known color: Bordeaux. HEX triplet: 59, 04 and 1C. RGB value is (89,4,28). Sum of RGB (Red+Green+Blue) = 89+4+28=121 (16% of max value = 765). Red value is 89 (35.16% from 255 or 73.55% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 89 - color contains mainly: red. Hex color #59041C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59041C is #A6FBE3. Grayscale: #202020. Windows color (decimal): -10943460 or 1836121. OLE color: 1836121.
HSL color Cylindrical-coordinate representation of color #59041C: hue angle of 343.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 #59041C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 28 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.65 |
| HSL | 343.06º | 0.91% | 0.18% | - |
| HSV(B) | 343.06º | 0.96% | 0.35% | - |
| XYZ | 4.37 | 2.29 | 1.31 | - |
| YUV | 32.15 | 125.66 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 28 | 0 | 0.96 | 0.69 | 0.65 | 343.06 | 0.91 | 0.18 |
| Hex | 59 | 4 | 1C | 0 | 60 | 45 | 41 | 157 | 5B | 12 |
| Octal | 131 | 4 | 34 | 0 | 140 | 105 | 101 | 527 | 133 | 22 |
| Binary | 1011001 | 100 | 11100 | 0 | 1100000 | 1000101 | 1000001 | 101010111 | 1011011 | 10010 |
Color Harmonies of #59041C
Complementary color
Monochromatic Colors of #59041C
Black with #59041C
Text Example
Text Example
White with #59041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59041C; }
p { color: rgb(89,4,28); }
H1.HeaderClassName
{
color: #59041C;
}
.AnyTagClassName
{
color: #59041C;
}
</style>
background-color css
<style>
a { background-color: #59041C; }
a { background-color: rgb(89,4,28); }
div.DivClassName
{
background-color: #59041C;
}
.BgClassName
{
background-color: #59041C;
}
</style>
border-color css
<style>
span { border-color: #59041C; }
span { border-color: rgb(89,4,28); }
td.TdClassName
{
border-color: #59041C;
}
.TagClassName
{
border-color: #59041C;
}
</style>