Shades of Bordeaux #58000A
Tints of Bordeaux #58000A
RGB
CMYK
RGB Variations
Color information
#58000A (or 0x58000A) is known color: Bordeaux. HEX triplet: 58, 00 and 0A. RGB value is (88,0,10). Sum of RGB (Red+Green+Blue) = 88+0+10=98 (12% of max value = 765). Red value is 88 (34.77% from 255 or 89.80% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 88 - color contains mainly: red. Hex color #58000A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58000A is #A7FFF5. Grayscale: #1B1B1B. Windows color (decimal): -11010038 or 655448. OLE color: 655448.
HSL color Cylindrical-coordinate representation of color #58000A: hue angle of 353.18º 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 #58000A is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.89 | 0.65 |
| HSL | 353.18º | 1% | 0.17% | - |
| HSV(B) | 353.18º | 1% | 0.35% | - |
| XYZ | 4.08 | 2.1 | 0.48 | - |
| YUV | 27.45 | 118.15 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 10 | 0 | 1 | 0.89 | 0.65 | 353.18 | 1 | 0.17 |
| Hex | 58 | 0 | A | 0 | 64 | 59 | 41 | 161 | 64 | 11 |
| Octal | 130 | 0 | 12 | 0 | 144 | 131 | 101 | 541 | 144 | 21 |
| Binary | 1011000 | 0 | 1010 | 0 | 1100100 | 1011001 | 1000001 | 101100001 | 1100100 | 10001 |
Color Harmonies of #58000A
Complementary color
Monochromatic Colors of #58000A
Black with #58000A
Text Example
Text Example
White with #58000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58000A; }
p { color: rgb(88,0,10); }
H1.HeaderClassName
{
color: #58000A;
}
.AnyTagClassName
{
color: #58000A;
}
</style>
background-color css
<style>
a { background-color: #58000A; }
a { background-color: rgb(88,0,10); }
div.DivClassName
{
background-color: #58000A;
}
.BgClassName
{
background-color: #58000A;
}
</style>
border-color css
<style>
span { border-color: #58000A; }
span { border-color: rgb(88,0,10); }
td.TdClassName
{
border-color: #58000A;
}
.TagClassName
{
border-color: #58000A;
}
</style>