Shades of Bordeaux #580523
Tints of Bordeaux #580523
RGB
CMYK
RGB Variations
Color information
#580523 (or 0x580523) is known color: Bordeaux. HEX triplet: 58, 05 and 23. RGB value is (88,5,35). Sum of RGB (Red+Green+Blue) = 88+5+35=128 (16% of max value = 765). Red value is 88 (34.77% from 255 or 68.75% from 128); Green value is 5 (2.34% from 255 or 3.91% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 88 - color contains mainly: red. Hex color #580523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580523 is #A7FADC. Grayscale: #212121. Windows color (decimal): -11008733 or 2295128. OLE color: 2295128.
HSL color Cylindrical-coordinate representation of color #580523: hue angle of 338.31º 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 #580523 is Cyan = 0, Magento = 0.94, Yellow = 0.60 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 35 | - |
| CMYK | 0 | 0.94 | 0.60 | 0.65 |
| HSL | 338.31º | 0.89% | 0.18% | - |
| HSV(B) | 338.31º | 0.94% | 0.35% | - |
| XYZ | 4.38 | 2.3 | 1.8 | - |
| YUV | 33.24 | 129 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 35 | 0 | 0.94 | 0.60 | 0.65 | 338.31 | 0.89 | 0.18 |
| Hex | 58 | 5 | 23 | 0 | 5E | 3C | 41 | 152 | 59 | 12 |
| Octal | 130 | 5 | 43 | 0 | 136 | 74 | 101 | 522 | 131 | 22 |
| Binary | 1011000 | 101 | 100011 | 0 | 1011110 | 111100 | 1000001 | 101010010 | 1011001 | 10010 |
Color Harmonies of #580523
Complementary color
Monochromatic Colors of #580523
Black with #580523
Text Example
Text Example
White with #580523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580523; }
p { color: rgb(88,5,35); }
H1.HeaderClassName
{
color: #580523;
}
.AnyTagClassName
{
color: #580523;
}
</style>
background-color css
<style>
a { background-color: #580523; }
a { background-color: rgb(88,5,35); }
div.DivClassName
{
background-color: #580523;
}
.BgClassName
{
background-color: #580523;
}
</style>
border-color css
<style>
span { border-color: #580523; }
span { border-color: rgb(88,5,35); }
td.TdClassName
{
border-color: #580523;
}
.TagClassName
{
border-color: #580523;
}
</style>