Shades of Bordeaux #580919
Tints of Bordeaux #580919
RGB
CMYK
RGB Variations
Color information
#580919 (or 0x580919) is known color: Bordeaux. HEX triplet: 58, 09 and 19. RGB value is (88,9,25). Sum of RGB (Red+Green+Blue) = 88+9+25=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580919 is #A7F6E6. Grayscale: #222222. Windows color (decimal): -11007719 or 1640792. OLE color: 1640792.
HSL color Cylindrical-coordinate representation of color #580919: hue angle of 347.85º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580919 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 9 | 25 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.65 |
| HSL | 347.85º | 0.81% | 0.19% | - |
| HSV(B) | 347.85º | 0.9% | 0.35% | - |
| XYZ | 4.3 | 2.34 | 1.14 | - |
| YUV | 34.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 25 | 0 | 0.90 | 0.72 | 0.65 | 347.85 | 0.81 | 0.19 |
| Hex | 58 | 9 | 19 | 0 | 5A | 48 | 41 | 15C | 51 | 13 |
| Octal | 130 | 11 | 31 | 0 | 132 | 110 | 101 | 534 | 121 | 23 |
| Binary | 1011000 | 1001 | 11001 | 0 | 1011010 | 1001000 | 1000001 | 101011100 | 1010001 | 10011 |
Color Harmonies of #580919
Complementary color
Monochromatic Colors of #580919
Black with #580919
Text Example
Text Example
White with #580919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580919; }
p { color: rgb(88,9,25); }
H1.HeaderClassName
{
color: #580919;
}
.AnyTagClassName
{
color: #580919;
}
</style>
background-color css
<style>
a { background-color: #580919; }
a { background-color: rgb(88,9,25); }
div.DivClassName
{
background-color: #580919;
}
.BgClassName
{
background-color: #580919;
}
</style>
border-color css
<style>
span { border-color: #580919; }
span { border-color: rgb(88,9,25); }
td.TdClassName
{
border-color: #580919;
}
.TagClassName
{
border-color: #580919;
}
</style>