Shades of Bordeaux #580408
Tints of Bordeaux #580408
RGB
CMYK
RGB Variations
Color information
#580408 (or 0x580408) is known color: Bordeaux. HEX triplet: 58, 04 and 08. RGB value is (88,4,8). Sum of RGB (Red+Green+Blue) = 88+4+8=100 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 88 - color contains mainly: red. Hex color #580408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580408 is #A7FBF7. Grayscale: #1D1D1D. Windows color (decimal): -11009016 or 525400. OLE color: 525400.
HSL color Cylindrical-coordinate representation of color #580408: hue angle of 357.14º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #580408 is Cyan = 0, Magento = 0.95, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 8 | - |
| CMYK | 0 | 0.95 | 0.91 | 0.65 |
| HSL | 357.14º | 0.91% | 0.18% | - |
| HSV(B) | 357.14º | 0.95% | 0.35% | - |
| XYZ | 4.11 | 2.18 | 0.43 | - |
| YUV | 29.57 | 115.83 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 8 | 0 | 0.95 | 0.91 | 0.65 | 357.14 | 0.91 | 0.18 |
| Hex | 58 | 4 | 8 | 0 | 5F | 5B | 41 | 165 | 5B | 12 |
| Octal | 130 | 4 | 10 | 0 | 137 | 133 | 101 | 545 | 133 | 22 |
| Binary | 1011000 | 100 | 1000 | 0 | 1011111 | 1011011 | 1000001 | 101100101 | 1011011 | 10010 |
Color Harmonies of #580408
Complementary color
Monochromatic Colors of #580408
Black with #580408
Text Example
Text Example
White with #580408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580408; }
p { color: rgb(88,4,8); }
H1.HeaderClassName
{
color: #580408;
}
.AnyTagClassName
{
color: #580408;
}
</style>
background-color css
<style>
a { background-color: #580408; }
a { background-color: rgb(88,4,8); }
div.DivClassName
{
background-color: #580408;
}
.BgClassName
{
background-color: #580408;
}
</style>
border-color css
<style>
span { border-color: #580408; }
span { border-color: rgb(88,4,8); }
td.TdClassName
{
border-color: #580408;
}
.TagClassName
{
border-color: #580408;
}
</style>