Shades of Bordeaux #58192B
Tints of Bordeaux #58192B
RGB
CMYK
RGB Variations
Color information
#58192B (or 0x58192B) is known color: Bordeaux. HEX triplet: 58, 19 and 2B. RGB value is (88,25,43). Sum of RGB (Red+Green+Blue) = 88+25+43=156 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.41% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 88 - color contains mainly: red. Hex color #58192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58192B is #A7E6D4. Grayscale: #2D2D2D. Windows color (decimal): -11003605 or 2824536. OLE color: 2824536.
HSL color Cylindrical-coordinate representation of color #58192B: hue angle of 342.86º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58192B is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 43 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.65 |
| HSL | 342.86º | 0.56% | 0.22% | - |
| HSV(B) | 342.86º | 0.72% | 0.35% | - |
| XYZ | 4.81 | 2.94 | 2.6 | - |
| YUV | 45.89 | 126.37 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 43 | 0 | 0.72 | 0.51 | 0.65 | 342.86 | 0.56 | 0.22 |
| Hex | 58 | 19 | 2B | 0 | 48 | 33 | 41 | 157 | 38 | 16 |
| Octal | 130 | 31 | 53 | 0 | 110 | 63 | 101 | 527 | 70 | 26 |
| Binary | 1011000 | 11001 | 101011 | 0 | 1001000 | 110011 | 1000001 | 101010111 | 111000 | 10110 |
Color Harmonies of #58192B
Complementary color
Monochromatic Colors of #58192B
Black with #58192B
Text Example
Text Example
White with #58192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58192B; }
p { color: rgb(88,25,43); }
H1.HeaderClassName
{
color: #58192B;
}
.AnyTagClassName
{
color: #58192B;
}
</style>
background-color css
<style>
a { background-color: #58192B; }
a { background-color: rgb(88,25,43); }
div.DivClassName
{
background-color: #58192B;
}
.BgClassName
{
background-color: #58192B;
}
</style>
border-color css
<style>
span { border-color: #58192B; }
span { border-color: rgb(88,25,43); }
td.TdClassName
{
border-color: #58192B;
}
.TagClassName
{
border-color: #58192B;
}
</style>