Shades of Bordeaux #58192C
Tints of Bordeaux #58192C
RGB
CMYK
RGB Variations
Color information
#58192C (or 0x58192C) is known color: Bordeaux. HEX triplet: 58, 19 and 2C. RGB value is (88,25,44). Sum of RGB (Red+Green+Blue) = 88+25+44=157 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.05% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 88 - color contains mainly: red. Hex color #58192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58192C is #A7E6D3. Grayscale: #2D2D2D. Windows color (decimal): -11003604 or 2890072. OLE color: 2890072.
HSL color Cylindrical-coordinate representation of color #58192C: hue angle of 341.9º 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 #58192C is Cyan = 0, Magento = 0.72, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 25 | 44 | - |
| CMYK | 0 | 0.72 | 0.5 | 0.65 |
| HSL | 341.9º | 0.56% | 0.22% | - |
| HSV(B) | 341.9º | 0.72% | 0.35% | - |
| XYZ | 4.83 | 2.95 | 2.7 | - |
| YUV | 46 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 44 | 0 | 0.72 | 0.5 | 0.65 | 341.9 | 0.56 | 0.22 |
| Hex | 58 | 19 | 2C | 0 | 48 | 32 | 41 | 156 | 38 | 16 |
| Octal | 130 | 31 | 54 | 0 | 110 | 62 | 101 | 526 | 70 | 26 |
| Binary | 1011000 | 11001 | 101100 | 0 | 1001000 | 110010 | 1000001 | 101010110 | 111000 | 10110 |
Color Harmonies of #58192C
Complementary color
Monochromatic Colors of #58192C
Black with #58192C
Text Example
Text Example
White with #58192C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58192C; }
p { color: rgb(88,25,44); }
H1.HeaderClassName
{
color: #58192C;
}
.AnyTagClassName
{
color: #58192C;
}
</style>
background-color css
<style>
a { background-color: #58192C; }
a { background-color: rgb(88,25,44); }
div.DivClassName
{
background-color: #58192C;
}
.BgClassName
{
background-color: #58192C;
}
</style>
border-color css
<style>
span { border-color: #58192C; }
span { border-color: rgb(88,25,44); }
td.TdClassName
{
border-color: #58192C;
}
.TagClassName
{
border-color: #58192C;
}
</style>