Shades of Bordeaux #58091F
Tints of Bordeaux #58091F
RGB
CMYK
RGB Variations
Color information
#58091F (or 0x58091F) is known color: Bordeaux. HEX triplet: 58, 09 and 1F. RGB value is (88,9,31). Sum of RGB (Red+Green+Blue) = 88+9+31=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #58091F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58091F is #A7F6E0. Grayscale: #232323. Windows color (decimal): -11007713 or 2034008. OLE color: 2034008.
HSL color Cylindrical-coordinate representation of color #58091F: hue angle of 343.29º 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 #58091F is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 31 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.65 |
| HSL | 343.29º | 0.81% | 0.19% | - |
| HSV(B) | 343.29º | 0.9% | 0.35% | - |
| XYZ | 4.37 | 2.37 | 1.52 | - |
| YUV | 35.13 | 125.67 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 31 | 0 | 0.90 | 0.65 | 0.65 | 343.29 | 0.81 | 0.19 |
| Hex | 58 | 9 | 1F | 0 | 5A | 41 | 41 | 157 | 51 | 13 |
| Octal | 130 | 11 | 37 | 0 | 132 | 101 | 101 | 527 | 121 | 23 |
| Binary | 1011000 | 1001 | 11111 | 0 | 1011010 | 1000001 | 1000001 | 101010111 | 1010001 | 10011 |
Color Harmonies of #58091F
Complementary color
Monochromatic Colors of #58091F
Black with #58091F
Text Example
Text Example
White with #58091F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58091F; }
p { color: rgb(88,9,31); }
H1.HeaderClassName
{
color: #58091F;
}
.AnyTagClassName
{
color: #58091F;
}
</style>
background-color css
<style>
a { background-color: #58091F; }
a { background-color: rgb(88,9,31); }
div.DivClassName
{
background-color: #58091F;
}
.BgClassName
{
background-color: #58091F;
}
</style>
border-color css
<style>
span { border-color: #58091F; }
span { border-color: rgb(88,9,31); }
td.TdClassName
{
border-color: #58091F;
}
.TagClassName
{
border-color: #58091F;
}
</style>