Shades of Bordeaux #58132B
Tints of Bordeaux #58132B
RGB
CMYK
RGB Variations
Color information
#58132B (or 0x58132B) is known color: Bordeaux. HEX triplet: 58, 13 and 2B. RGB value is (88,19,43). Sum of RGB (Red+Green+Blue) = 88+19+43=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #58132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58132B is #A7ECD4. Grayscale: #2A2A2A. Windows color (decimal): -11005141 or 2823000. OLE color: 2823000.
HSL color Cylindrical-coordinate representation of color #58132B: hue angle of 339.13º 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 #58132B is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 43 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.65 |
| HSL | 339.13º | 0.64% | 0.21% | - |
| HSV(B) | 339.13º | 0.78% | 0.35% | - |
| XYZ | 4.69 | 2.71 | 2.56 | - |
| YUV | 42.37 | 128.36 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 43 | 0 | 0.78 | 0.51 | 0.65 | 339.13 | 0.64 | 0.21 |
| Hex | 58 | 13 | 2B | 0 | 4E | 33 | 41 | 153 | 40 | 15 |
| Octal | 130 | 23 | 53 | 0 | 116 | 63 | 101 | 523 | 100 | 25 |
| Binary | 1011000 | 10011 | 101011 | 0 | 1001110 | 110011 | 1000001 | 101010011 | 1000000 | 10101 |
Color Harmonies of #58132B
Complementary color
Monochromatic Colors of #58132B
Black with #58132B
Text Example
Text Example
White with #58132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58132B; }
p { color: rgb(88,19,43); }
H1.HeaderClassName
{
color: #58132B;
}
.AnyTagClassName
{
color: #58132B;
}
</style>
background-color css
<style>
a { background-color: #58132B; }
a { background-color: rgb(88,19,43); }
div.DivClassName
{
background-color: #58132B;
}
.BgClassName
{
background-color: #58132B;
}
</style>
border-color css
<style>
span { border-color: #58132B; }
span { border-color: rgb(88,19,43); }
td.TdClassName
{
border-color: #58132B;
}
.TagClassName
{
border-color: #58132B;
}
</style>