Shades of Bordeaux #58141F
Tints of Bordeaux #58141F
RGB
CMYK
RGB Variations
Color information
#58141F (or 0x58141F) is known color: Bordeaux. HEX triplet: 58, 14 and 1F. RGB value is (88,20,31). Sum of RGB (Red+Green+Blue) = 88+20+31=139 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.31% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 31 (12.5% from 255 or 22.30% from 139); Max value from RGB is 88 - color contains mainly: red. Hex color #58141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58141F is #A7EBE0. Grayscale: #292929. Windows color (decimal): -11004897 or 2036824. OLE color: 2036824.
HSL color Cylindrical-coordinate representation of color #58141F: hue angle of 350.29º 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 #58141F is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 20 | 31 | - |
| CMYK | 0 | 0.77 | 0.65 | 0.65 |
| HSL | 350.29º | 0.63% | 0.21% | - |
| HSV(B) | 350.29º | 0.77% | 0.35% | - |
| XYZ | 4.52 | 2.67 | 1.57 | - |
| YUV | 41.59 | 122.03 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 20 | 31 | 0 | 0.77 | 0.65 | 0.65 | 350.29 | 0.63 | 0.21 |
| Hex | 58 | 14 | 1F | 0 | 4D | 41 | 41 | 15E | 3F | 15 |
| Octal | 130 | 24 | 37 | 0 | 115 | 101 | 101 | 536 | 77 | 25 |
| Binary | 1011000 | 10100 | 11111 | 0 | 1001101 | 1000001 | 1000001 | 101011110 | 111111 | 10101 |
Color Harmonies of #58141F
Complementary color
Monochromatic Colors of #58141F
Black with #58141F
Text Example
Text Example
White with #58141F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58141F; }
p { color: rgb(88,20,31); }
H1.HeaderClassName
{
color: #58141F;
}
.AnyTagClassName
{
color: #58141F;
}
</style>
background-color css
<style>
a { background-color: #58141F; }
a { background-color: rgb(88,20,31); }
div.DivClassName
{
background-color: #58141F;
}
.BgClassName
{
background-color: #58141F;
}
</style>
border-color css
<style>
span { border-color: #58141F; }
span { border-color: rgb(88,20,31); }
td.TdClassName
{
border-color: #58141F;
}
.TagClassName
{
border-color: #58141F;
}
</style>