Shades of Bordeaux #58172C
Tints of Bordeaux #58172C
RGB
CMYK
RGB Variations
Color information
#58172C (or 0x58172C) is known color: Bordeaux. HEX triplet: 58, 17 and 2C. RGB value is (88,23,44). Sum of RGB (Red+Green+Blue) = 88+23+44=155 (20% of max value = 765). Red value is 88 (34.77% from 255 or 56.77% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 88 - color contains mainly: red. Hex color #58172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58172C is #A7E8D3. Grayscale: #2C2C2C. Windows color (decimal): -11004116 or 2889560. OLE color: 2889560.
HSL color Cylindrical-coordinate representation of color #58172C: hue angle of 340.62º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58172C is Cyan = 0, Magento = 0.74, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 44 | - |
| CMYK | 0 | 0.74 | 0.5 | 0.65 |
| HSL | 340.62º | 0.59% | 0.22% | - |
| HSV(B) | 340.62º | 0.74% | 0.35% | - |
| XYZ | 4.79 | 2.87 | 2.68 | - |
| YUV | 44.83 | 127.53 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 44 | 0 | 0.74 | 0.5 | 0.65 | 340.62 | 0.59 | 0.22 |
| Hex | 58 | 17 | 2C | 0 | 4A | 32 | 41 | 155 | 3B | 16 |
| Octal | 130 | 27 | 54 | 0 | 112 | 62 | 101 | 525 | 73 | 26 |
| Binary | 1011000 | 10111 | 101100 | 0 | 1001010 | 110010 | 1000001 | 101010101 | 111011 | 10110 |
Color Harmonies of #58172C
Complementary color
Monochromatic Colors of #58172C
Black with #58172C
Text Example
Text Example
White with #58172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58172C; }
p { color: rgb(88,23,44); }
H1.HeaderClassName
{
color: #58172C;
}
.AnyTagClassName
{
color: #58172C;
}
</style>
background-color css
<style>
a { background-color: #58172C; }
a { background-color: rgb(88,23,44); }
div.DivClassName
{
background-color: #58172C;
}
.BgClassName
{
background-color: #58172C;
}
</style>
border-color css
<style>
span { border-color: #58172C; }
span { border-color: rgb(88,23,44); }
td.TdClassName
{
border-color: #58172C;
}
.TagClassName
{
border-color: #58172C;
}
</style>