Shades of Bordeaux #580010
Tints of Bordeaux #580010
RGB
CMYK
RGB Variations
Color information
#580010 (or 0x580010) is known color: Bordeaux. HEX triplet: 58, 00 and 10. RGB value is (88,0,16). Sum of RGB (Red+Green+Blue) = 88+0+16=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #580010 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580010 is #A7FFEF. Grayscale: #1C1C1C. Windows color (decimal): -11010032 or 1048664. OLE color: 1048664.
HSL color Cylindrical-coordinate representation of color #580010: hue angle of 349.09º 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 #580010 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 0 | 16 | - |
| CMYK | 0 | 1 | 0.82 | 0.65 |
| HSL | 349.09º | 1% | 0.17% | - |
| HSV(B) | 349.09º | 1% | 0.35% | - |
| XYZ | 4.12 | 2.11 | 0.68 | - |
| YUV | 28.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 0 | 16 | 0 | 1 | 0.82 | 0.65 | 349.09 | 1 | 0.17 |
| Hex | 58 | 0 | 10 | 0 | 64 | 52 | 41 | 15D | 64 | 11 |
| Octal | 130 | 0 | 20 | 0 | 144 | 122 | 101 | 535 | 144 | 21 |
| Binary | 1011000 | 0 | 10000 | 0 | 1100100 | 1010010 | 1000001 | 101011101 | 1100100 | 10001 |
Color Harmonies of #580010
Complementary color
Monochromatic Colors of #580010
Black with #580010
Text Example
Text Example
White with #580010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580010; }
p { color: rgb(88,0,16); }
H1.HeaderClassName
{
color: #580010;
}
.AnyTagClassName
{
color: #580010;
}
</style>
background-color css
<style>
a { background-color: #580010; }
a { background-color: rgb(88,0,16); }
div.DivClassName
{
background-color: #580010;
}
.BgClassName
{
background-color: #580010;
}
</style>
border-color css
<style>
span { border-color: #580010; }
span { border-color: rgb(88,0,16); }
td.TdClassName
{
border-color: #580010;
}
.TagClassName
{
border-color: #580010;
}
</style>