Shades of Bordeaux #58091B
Tints of Bordeaux #58091B
RGB
CMYK
RGB Variations
Color information
#58091B (or 0x58091B) is known color: Bordeaux. HEX triplet: 58, 09 and 1B. RGB value is (88,9,27). Sum of RGB (Red+Green+Blue) = 88+9+27=124 (16% of max value = 765). Red value is 88 (34.77% from 255 or 70.97% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 88 - color contains mainly: red. Hex color #58091B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58091B is #A7F6E4. Grayscale: #222222. Windows color (decimal): -11007717 or 1771864. OLE color: 1771864.
HSL color Cylindrical-coordinate representation of color #58091B: hue angle of 346.33º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58091B is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 27 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.65 |
| HSL | 346.33º | 0.81% | 0.19% | - |
| HSV(B) | 346.33º | 0.9% | 0.35% | - |
| XYZ | 4.32 | 2.35 | 1.26 | - |
| YUV | 34.67 | 123.67 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 27 | 0 | 0.90 | 0.69 | 0.65 | 346.33 | 0.81 | 0.19 |
| Hex | 58 | 9 | 1B | 0 | 5A | 45 | 41 | 15A | 51 | 13 |
| Octal | 130 | 11 | 33 | 0 | 132 | 105 | 101 | 532 | 121 | 23 |
| Binary | 1011000 | 1001 | 11011 | 0 | 1011010 | 1000101 | 1000001 | 101011010 | 1010001 | 10011 |
Color Harmonies of #58091B
Complementary color
Monochromatic Colors of #58091B
Black with #58091B
Text Example
Text Example
White with #58091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58091B; }
p { color: rgb(88,9,27); }
H1.HeaderClassName
{
color: #58091B;
}
.AnyTagClassName
{
color: #58091B;
}
</style>
background-color css
<style>
a { background-color: #58091B; }
a { background-color: rgb(88,9,27); }
div.DivClassName
{
background-color: #58091B;
}
.BgClassName
{
background-color: #58091B;
}
</style>
border-color css
<style>
span { border-color: #58091B; }
span { border-color: rgb(88,9,27); }
td.TdClassName
{
border-color: #58091B;
}
.TagClassName
{
border-color: #58091B;
}
</style>