Shades of Bordeaux #580515
Tints of Bordeaux #580515
RGB
CMYK
RGB Variations
Color information
#580515 (or 0x580515) is known color: Bordeaux. HEX triplet: 58, 05 and 15. RGB value is (88,5,21). Sum of RGB (Red+Green+Blue) = 88+5+21=114 (15% of max value = 765). Red value is 88 (34.77% from 255 or 77.19% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 21 (8.59% from 255 or 18.42% from 114); Max value from RGB is 88 - color contains mainly: red. Hex color #580515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580515 is #A7FAEA. Grayscale: #1F1F1F. Windows color (decimal): -11008747 or 1377624. OLE color: 1377624.
HSL color Cylindrical-coordinate representation of color #580515: hue angle of 348.43º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580515 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 21 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.65 |
| HSL | 348.43º | 0.89% | 0.18% | - |
| HSV(B) | 348.43º | 0.94% | 0.35% | - |
| XYZ | 4.21 | 2.24 | 0.92 | - |
| YUV | 31.64 | 122 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 21 | 0 | 0.94 | 0.76 | 0.65 | 348.43 | 0.89 | 0.18 |
| Hex | 58 | 5 | 15 | 0 | 5E | 4C | 41 | 15C | 59 | 12 |
| Octal | 130 | 5 | 25 | 0 | 136 | 114 | 101 | 534 | 131 | 22 |
| Binary | 1011000 | 101 | 10101 | 0 | 1011110 | 1001100 | 1000001 | 101011100 | 1011001 | 10010 |
Color Harmonies of #580515
Complementary color
Monochromatic Colors of #580515
Black with #580515
Text Example
Text Example
White with #580515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580515; }
p { color: rgb(88,5,21); }
H1.HeaderClassName
{
color: #580515;
}
.AnyTagClassName
{
color: #580515;
}
</style>
background-color css
<style>
a { background-color: #580515; }
a { background-color: rgb(88,5,21); }
div.DivClassName
{
background-color: #580515;
}
.BgClassName
{
background-color: #580515;
}
</style>
border-color css
<style>
span { border-color: #580515; }
span { border-color: rgb(88,5,21); }
td.TdClassName
{
border-color: #580515;
}
.TagClassName
{
border-color: #580515;
}
</style>