Shades of Bordeaux #58162B
Tints of Bordeaux #58162B
RGB
CMYK
RGB Variations
Color information
#58162B (or 0x58162B) is known color: Bordeaux. HEX triplet: 58, 16 and 2B. RGB value is (88,22,43). Sum of RGB (Red+Green+Blue) = 88+22+43=153 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.52% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 88 - color contains mainly: red. Hex color #58162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58162B is #A7E9D4. Grayscale: #2C2C2C. Windows color (decimal): -11004373 or 2823768. OLE color: 2823768.
HSL color Cylindrical-coordinate representation of color #58162B: hue angle of 340.91º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #58162B is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 22 | 43 | - |
| CMYK | 0 | 0.75 | 0.51 | 0.65 |
| HSL | 340.91º | 0.6% | 0.22% | - |
| HSV(B) | 340.91º | 0.75% | 0.35% | - |
| XYZ | 4.75 | 2.82 | 2.58 | - |
| YUV | 44.13 | 127.37 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 43 | 0 | 0.75 | 0.51 | 0.65 | 340.91 | 0.6 | 0.22 |
| Hex | 58 | 16 | 2B | 0 | 4B | 33 | 41 | 155 | 3C | 16 |
| Octal | 130 | 26 | 53 | 0 | 113 | 63 | 101 | 525 | 74 | 26 |
| Binary | 1011000 | 10110 | 101011 | 0 | 1001011 | 110011 | 1000001 | 101010101 | 111100 | 10110 |
Color Harmonies of #58162B
Complementary color
Monochromatic Colors of #58162B
Black with #58162B
Text Example
Text Example
White with #58162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58162B; }
p { color: rgb(88,22,43); }
H1.HeaderClassName
{
color: #58162B;
}
.AnyTagClassName
{
color: #58162B;
}
</style>
background-color css
<style>
a { background-color: #58162B; }
a { background-color: rgb(88,22,43); }
div.DivClassName
{
background-color: #58162B;
}
.BgClassName
{
background-color: #58162B;
}
</style>
border-color css
<style>
span { border-color: #58162B; }
span { border-color: rgb(88,22,43); }
td.TdClassName
{
border-color: #58162B;
}
.TagClassName
{
border-color: #58162B;
}
</style>