Shades of Bordeaux #58101F
Tints of Bordeaux #58101F
RGB
CMYK
RGB Variations
Color information
#58101F (or 0x58101F) is known color: Bordeaux. HEX triplet: 58, 10 and 1F. RGB value is (88,16,31). Sum of RGB (Red+Green+Blue) = 88+16+31=135 (17% of max value = 765). Red value is 88 (34.77% from 255 or 65.19% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 88 - color contains mainly: red. Hex color #58101F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58101F is #A7EFE0. Grayscale: #272727. Windows color (decimal): -11005921 or 2035800. OLE color: 2035800.
HSL color Cylindrical-coordinate representation of color #58101F: hue angle of 347.5º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #58101F is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 16 | 31 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.65 |
| HSL | 347.5º | 0.69% | 0.2% | - |
| HSV(B) | 347.5º | 0.82% | 0.35% | - |
| XYZ | 4.46 | 2.54 | 1.55 | - |
| YUV | 39.24 | 123.35 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 31 | 0 | 0.82 | 0.65 | 0.65 | 347.5 | 0.69 | 0.2 |
| Hex | 58 | 10 | 1F | 0 | 52 | 41 | 41 | 15C | 45 | 14 |
| Octal | 130 | 20 | 37 | 0 | 122 | 101 | 101 | 534 | 105 | 24 |
| Binary | 1011000 | 10000 | 11111 | 0 | 1010010 | 1000001 | 1000001 | 101011100 | 1000101 | 10100 |
Color Harmonies of #58101F
Complementary color
Monochromatic Colors of #58101F
Black with #58101F
Text Example
Text Example
White with #58101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58101F; }
p { color: rgb(88,16,31); }
H1.HeaderClassName
{
color: #58101F;
}
.AnyTagClassName
{
color: #58101F;
}
</style>
background-color css
<style>
a { background-color: #58101F; }
a { background-color: rgb(88,16,31); }
div.DivClassName
{
background-color: #58101F;
}
.BgClassName
{
background-color: #58101F;
}
</style>
border-color css
<style>
span { border-color: #58101F; }
span { border-color: rgb(88,16,31); }
td.TdClassName
{
border-color: #58101F;
}
.TagClassName
{
border-color: #58101F;
}
</style>