Shades of Bordeaux #58011A
Tints of Bordeaux #58011A
RGB
CMYK
RGB Variations
Color information
#58011A (or 0x58011A) is known color: Bordeaux. HEX triplet: 58, 01 and 1A. RGB value is (88,1,26). Sum of RGB (Red+Green+Blue) = 88+1+26=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 26 (10.55% from 255 or 22.61% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #58011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58011A is #A7FEE5. Grayscale: #1D1D1D. Windows color (decimal): -11009766 or 1704280. OLE color: 1704280.
HSL color Cylindrical-coordinate representation of color #58011A: hue angle of 342.76º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58011A is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 26 | - |
| CMYK | 0 | 0.99 | 0.70 | 0.65 |
| HSL | 342.76º | 0.98% | 0.17% | - |
| HSV(B) | 342.76º | 0.99% | 0.35% | - |
| XYZ | 4.22 | 2.17 | 1.17 | - |
| YUV | 29.86 | 125.82 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 26 | 0 | 0.99 | 0.70 | 0.65 | 342.76 | 0.98 | 0.17 |
| Hex | 58 | 1 | 1A | 0 | 63 | 46 | 41 | 157 | 62 | 11 |
| Octal | 130 | 1 | 32 | 0 | 143 | 106 | 101 | 527 | 142 | 21 |
| Binary | 1011000 | 1 | 11010 | 0 | 1100011 | 1000110 | 1000001 | 101010111 | 1100010 | 10001 |
Color Harmonies of #58011A
Complementary color
Monochromatic Colors of #58011A
Black with #58011A
Text Example
Text Example
White with #58011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58011A; }
p { color: rgb(88,1,26); }
H1.HeaderClassName
{
color: #58011A;
}
.AnyTagClassName
{
color: #58011A;
}
</style>
background-color css
<style>
a { background-color: #58011A; }
a { background-color: rgb(88,1,26); }
div.DivClassName
{
background-color: #58011A;
}
.BgClassName
{
background-color: #58011A;
}
</style>
border-color css
<style>
span { border-color: #58011A; }
span { border-color: rgb(88,1,26); }
td.TdClassName
{
border-color: #58011A;
}
.TagClassName
{
border-color: #58011A;
}
</style>