Shades of Bordeaux #58121B
Tints of Bordeaux #58121B
RGB
CMYK
RGB Variations
Color information
#58121B (or 0x58121B) is known color: Bordeaux. HEX triplet: 58, 12 and 1B. RGB value is (88,18,27). Sum of RGB (Red+Green+Blue) = 88+18+27=133 (17% of max value = 765). Red value is 88 (34.77% from 255 or 66.17% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 88 - color contains mainly: red. Hex color #58121B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58121B is #A7EDE4. Grayscale: #272727. Windows color (decimal): -11005413 or 1774168. OLE color: 1774168.
HSL color Cylindrical-coordinate representation of color #58121B: hue angle of 352.29º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #58121B is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 18 | 27 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.65 |
| HSL | 352.29º | 0.66% | 0.21% | - |
| HSV(B) | 352.29º | 0.8% | 0.35% | - |
| XYZ | 4.44 | 2.59 | 1.3 | - |
| YUV | 39.96 | 120.69 | 162.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 18 | 27 | 0 | 0.80 | 0.69 | 0.65 | 352.29 | 0.66 | 0.21 |
| Hex | 58 | 12 | 1B | 0 | 50 | 45 | 41 | 160 | 42 | 15 |
| Octal | 130 | 22 | 33 | 0 | 120 | 105 | 101 | 540 | 102 | 25 |
| Binary | 1011000 | 10010 | 11011 | 0 | 1010000 | 1000101 | 1000001 | 101100000 | 1000010 | 10101 |
Color Harmonies of #58121B
Complementary color
Monochromatic Colors of #58121B
Black with #58121B
Text Example
Text Example
White with #58121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58121B; }
p { color: rgb(88,18,27); }
H1.HeaderClassName
{
color: #58121B;
}
.AnyTagClassName
{
color: #58121B;
}
</style>
background-color css
<style>
a { background-color: #58121B; }
a { background-color: rgb(88,18,27); }
div.DivClassName
{
background-color: #58121B;
}
.BgClassName
{
background-color: #58121B;
}
</style>
border-color css
<style>
span { border-color: #58121B; }
span { border-color: rgb(88,18,27); }
td.TdClassName
{
border-color: #58121B;
}
.TagClassName
{
border-color: #58121B;
}
</style>