Shades of Bordeaux #580108
Tints of Bordeaux #580108
RGB
CMYK
RGB Variations
Color information
#580108 (or 0x580108) is known color: Bordeaux. HEX triplet: 58, 01 and 08. RGB value is (88,1,8). Sum of RGB (Red+Green+Blue) = 88+1+8=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 8 (3.52% from 255 or 8.25% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580108 is #A7FEF7. Grayscale: #1B1B1B. Windows color (decimal): -11009784 or 524632. OLE color: 524632.
HSL color Cylindrical-coordinate representation of color #580108: hue angle of 355.17º 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 #580108 is Cyan = 0, Magento = 0.99, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 1 | 8 | - |
| CMYK | 0 | 0.99 | 0.91 | 0.65 |
| HSL | 355.17º | 0.98% | 0.17% | - |
| HSV(B) | 355.17º | 0.99% | 0.35% | - |
| XYZ | 4.08 | 2.11 | 0.42 | - |
| YUV | 27.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 1 | 8 | 0 | 0.99 | 0.91 | 0.65 | 355.17 | 0.98 | 0.17 |
| Hex | 58 | 1 | 8 | 0 | 63 | 5B | 41 | 163 | 62 | 11 |
| Octal | 130 | 1 | 10 | 0 | 143 | 133 | 101 | 543 | 142 | 21 |
| Binary | 1011000 | 1 | 1000 | 0 | 1100011 | 1011011 | 1000001 | 101100011 | 1100010 | 10001 |
Color Harmonies of #580108
Complementary color
Monochromatic Colors of #580108
Black with #580108
Text Example
Text Example
White with #580108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580108; }
p { color: rgb(88,1,8); }
H1.HeaderClassName
{
color: #580108;
}
.AnyTagClassName
{
color: #580108;
}
</style>
background-color css
<style>
a { background-color: #580108; }
a { background-color: rgb(88,1,8); }
div.DivClassName
{
background-color: #580108;
}
.BgClassName
{
background-color: #580108;
}
</style>
border-color css
<style>
span { border-color: #580108; }
span { border-color: rgb(88,1,8); }
td.TdClassName
{
border-color: #580108;
}
.TagClassName
{
border-color: #580108;
}
</style>