Shades of Bordeaux #58001E
Tints of Bordeaux #58001E
RGB
CMYK
RGB Variations
Color information
#58001E (or 0x58001E) is known color: Bordeaux. HEX triplet: 58, 00 and 1E. RGB value is (88,0,30). Sum of RGB (Red+Green+Blue) = 88+0+30=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #58001E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58001E is #A7FFE1. Grayscale: #1D1D1D. Windows color (decimal): -11010018 or 1966168. OLE color: 1966168.
HSL color Cylindrical-coordinate representation of color #58001E: hue angle of 339.55º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58001E is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.66 | 0.65 |
| HSL | 339.55º | 1% | 0.17% | - |
| HSV(B) | 339.55º | 1% | 0.35% | - |
| XYZ | 4.26 | 2.17 | 1.42 | - |
| YUV | 29.73 | 128.15 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 30 | 0 | 1 | 0.66 | 0.65 | 339.55 | 1 | 0.17 |
| Hex | 58 | 0 | 1E | 0 | 64 | 42 | 41 | 154 | 64 | 11 |
| Octal | 130 | 0 | 36 | 0 | 144 | 102 | 101 | 524 | 144 | 21 |
| Binary | 1011000 | 0 | 11110 | 0 | 1100100 | 1000010 | 1000001 | 101010100 | 1100100 | 10001 |
Color Harmonies of #58001E
Complementary color
Monochromatic Colors of #58001E
Black with #58001E
Text Example
Text Example
White with #58001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58001E; }
p { color: rgb(88,0,30); }
H1.HeaderClassName
{
color: #58001E;
}
.AnyTagClassName
{
color: #58001E;
}
</style>
background-color css
<style>
a { background-color: #58001E; }
a { background-color: rgb(88,0,30); }
div.DivClassName
{
background-color: #58001E;
}
.BgClassName
{
background-color: #58001E;
}
</style>
border-color css
<style>
span { border-color: #58001E; }
span { border-color: rgb(88,0,30); }
td.TdClassName
{
border-color: #58001E;
}
.TagClassName
{
border-color: #58001E;
}
</style>