Shades of Bordeaux #59030B
Tints of Bordeaux #59030B
RGB
CMYK
RGB Variations
Color information
#59030B (or 0x59030B) is known color: Bordeaux. HEX triplet: 59, 03 and 0B. RGB value is (89,3,11). Sum of RGB (Red+Green+Blue) = 89+3+11=103 (13% of max value = 765). Red value is 89 (35.16% from 255 or 86.41% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 89 - color contains mainly: red. Hex color #59030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #59030B is #A6FCF4. Grayscale: #1D1D1D. Windows color (decimal): -10943733 or 721753. OLE color: 721753.
HSL color Cylindrical-coordinate representation of color #59030B: hue angle of 354.42º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59030B is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 11 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.65 |
| HSL | 354.42º | 0.93% | 0.18% | - |
| HSV(B) | 354.42º | 0.97% | 0.35% | - |
| XYZ | 4.21 | 2.21 | 0.52 | - |
| YUV | 29.63 | 117.49 | 170.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 11 | 0 | 0.97 | 0.88 | 0.65 | 354.42 | 0.93 | 0.18 |
| Hex | 59 | 3 | B | 0 | 61 | 58 | 41 | 162 | 5D | 12 |
| Octal | 131 | 3 | 13 | 0 | 141 | 130 | 101 | 542 | 135 | 22 |
| Binary | 1011001 | 11 | 1011 | 0 | 1100001 | 1011000 | 1000001 | 101100010 | 1011101 | 10010 |
Color Harmonies of #59030B
Complementary color
Monochromatic Colors of #59030B
Black with #59030B
Text Example
Text Example
White with #59030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59030B; }
p { color: rgb(89,3,11); }
H1.HeaderClassName
{
color: #59030B;
}
.AnyTagClassName
{
color: #59030B;
}
</style>
background-color css
<style>
a { background-color: #59030B; }
a { background-color: rgb(89,3,11); }
div.DivClassName
{
background-color: #59030B;
}
.BgClassName
{
background-color: #59030B;
}
</style>
border-color css
<style>
span { border-color: #59030B; }
span { border-color: rgb(89,3,11); }
td.TdClassName
{
border-color: #59030B;
}
.TagClassName
{
border-color: #59030B;
}
</style>