Shades of Bordeaux #58132A
Tints of Bordeaux #58132A
RGB
CMYK
RGB Variations
Color information
#58132A (or 0x58132A) is known color: Bordeaux. HEX triplet: 58, 13 and 2A. RGB value is (88,19,42). Sum of RGB (Red+Green+Blue) = 88+19+42=149 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.06% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 88 - color contains mainly: red. Hex color #58132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58132A is #A7ECD5. Grayscale: #2A2A2A. Windows color (decimal): -11005142 or 2757464. OLE color: 2757464.
HSL color Cylindrical-coordinate representation of color #58132A: hue angle of 340º 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 #58132A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 19 | 42 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.65 |
| HSL | 340º | 0.64% | 0.21% | - |
| HSV(B) | 340º | 0.78% | 0.35% | - |
| XYZ | 4.68 | 2.71 | 2.47 | - |
| YUV | 42.25 | 127.86 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 42 | 0 | 0.78 | 0.52 | 0.65 | 340 | 0.64 | 0.21 |
| Hex | 58 | 13 | 2A | 0 | 4E | 34 | 41 | 154 | 40 | 15 |
| Octal | 130 | 23 | 52 | 0 | 116 | 64 | 101 | 524 | 100 | 25 |
| Binary | 1011000 | 10011 | 101010 | 0 | 1001110 | 110100 | 1000001 | 101010100 | 1000000 | 10101 |
Color Harmonies of #58132A
Complementary color
Monochromatic Colors of #58132A
Black with #58132A
Text Example
Text Example
White with #58132A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58132A; }
p { color: rgb(88,19,42); }
H1.HeaderClassName
{
color: #58132A;
}
.AnyTagClassName
{
color: #58132A;
}
</style>
background-color css
<style>
a { background-color: #58132A; }
a { background-color: rgb(88,19,42); }
div.DivClassName
{
background-color: #58132A;
}
.BgClassName
{
background-color: #58132A;
}
</style>
border-color css
<style>
span { border-color: #58132A; }
span { border-color: rgb(88,19,42); }
td.TdClassName
{
border-color: #58132A;
}
.TagClassName
{
border-color: #58132A;
}
</style>