Shades of Bordeaux #58132D
Tints of Bordeaux #58132D
RGB
CMYK
RGB Variations
Color information
#58132D (or 0x58132D) is known color: Bordeaux. HEX triplet: 58, 13 and 2D. RGB value is (88,19,45). Sum of RGB (Red+Green+Blue) = 88+19+45=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 45 (17.97% from 255 or 29.61% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58132D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58132D is #A7ECD2. Grayscale: #2A2A2A. Windows color (decimal): -11005139 or 2954072. OLE color: 2954072.
HSL color Cylindrical-coordinate representation of color #58132D: hue angle of 337.39º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58132D is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 45 | - |
| CMYK | 0 | 0.78 | 0.49 | 0.65 |
| HSL | 337.39º | 0.64% | 0.21% | - |
| HSV(B) | 337.39º | 0.78% | 0.35% | - |
| XYZ | 4.73 | 2.73 | 2.76 | - |
| YUV | 42.6 | 129.36 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 45 | 0 | 0.78 | 0.49 | 0.65 | 337.39 | 0.64 | 0.21 |
| Hex | 58 | 13 | 2D | 0 | 4E | 31 | 41 | 151 | 40 | 15 |
| Octal | 130 | 23 | 55 | 0 | 116 | 61 | 101 | 521 | 100 | 25 |
| Binary | 1011000 | 10011 | 101101 | 0 | 1001110 | 110001 | 1000001 | 101010001 | 1000000 | 10101 |
Color Harmonies of #58132D
Complementary color
Monochromatic Colors of #58132D
Black with #58132D
Text Example
Text Example
White with #58132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58132D; }
p { color: rgb(88,19,45); }
H1.HeaderClassName
{
color: #58132D;
}
.AnyTagClassName
{
color: #58132D;
}
</style>
background-color css
<style>
a { background-color: #58132D; }
a { background-color: rgb(88,19,45); }
div.DivClassName
{
background-color: #58132D;
}
.BgClassName
{
background-color: #58132D;
}
</style>
border-color css
<style>
span { border-color: #58132D; }
span { border-color: rgb(88,19,45); }
td.TdClassName
{
border-color: #58132D;
}
.TagClassName
{
border-color: #58132D;
}
</style>