Shades of Bordeaux #58142C
Tints of Bordeaux #58142C
RGB
CMYK
RGB Variations
Color information
#58142C (or 0x58142C) is known color: Bordeaux. HEX triplet: 58, 14 and 2C. RGB value is (88,20,44). Sum of RGB (Red+Green+Blue) = 88+20+44=152 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.89% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 88 - color contains mainly: red. Hex color #58142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58142C is #A7EBD3. Grayscale: #2B2B2B. Windows color (decimal): -11004884 or 2888792. OLE color: 2888792.
HSL color Cylindrical-coordinate representation of color #58142C: hue angle of 338.82º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #58142C is Cyan = 0, Magento = 0.77, Yellow = 0.5 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 44 | - |
| CMYK | 0 | 0.77 | 0.5 | 0.65 |
| HSL | 338.82º | 0.63% | 0.21% | - |
| HSV(B) | 338.82º | 0.77% | 0.35% | - |
| XYZ | 4.73 | 2.76 | 2.67 | - |
| YUV | 43.07 | 128.53 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 44 | 0 | 0.77 | 0.5 | 0.65 | 338.82 | 0.63 | 0.21 |
| Hex | 58 | 14 | 2C | 0 | 4D | 32 | 41 | 153 | 3F | 15 |
| Octal | 130 | 24 | 54 | 0 | 115 | 62 | 101 | 523 | 77 | 25 |
| Binary | 1011000 | 10100 | 101100 | 0 | 1001101 | 110010 | 1000001 | 101010011 | 111111 | 10101 |
Color Harmonies of #58142C
Complementary color
Monochromatic Colors of #58142C
Black with #58142C
Text Example
Text Example
White with #58142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58142C; }
p { color: rgb(88,20,44); }
H1.HeaderClassName
{
color: #58142C;
}
.AnyTagClassName
{
color: #58142C;
}
</style>
background-color css
<style>
a { background-color: #58142C; }
a { background-color: rgb(88,20,44); }
div.DivClassName
{
background-color: #58142C;
}
.BgClassName
{
background-color: #58142C;
}
</style>
border-color css
<style>
span { border-color: #58142C; }
span { border-color: rgb(88,20,44); }
td.TdClassName
{
border-color: #58142C;
}
.TagClassName
{
border-color: #58142C;
}
</style>