Shades of Bordeaux #580624
Tints of Bordeaux #580624
RGB
CMYK
RGB Variations
Color information
#580624 (or 0x580624) is known color: Bordeaux. HEX triplet: 58, 06 and 24. RGB value is (88,6,36). Sum of RGB (Red+Green+Blue) = 88+6+36=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #580624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580624 is #A7F9DB. Grayscale: #212121. Windows color (decimal): -11008476 or 2360920. OLE color: 2360920.
HSL color Cylindrical-coordinate representation of color #580624: hue angle of 338.05º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #580624 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 6 | 36 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.65 |
| HSL | 338.05º | 0.87% | 0.18% | - |
| HSV(B) | 338.05º | 0.93% | 0.35% | - |
| XYZ | 4.41 | 2.33 | 1.89 | - |
| YUV | 33.94 | 129.17 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 6 | 36 | 0 | 0.93 | 0.59 | 0.65 | 338.05 | 0.87 | 0.18 |
| Hex | 58 | 6 | 24 | 0 | 5D | 3B | 41 | 152 | 57 | 12 |
| Octal | 130 | 6 | 44 | 0 | 135 | 73 | 101 | 522 | 127 | 22 |
| Binary | 1011000 | 110 | 100100 | 0 | 1011101 | 111011 | 1000001 | 101010010 | 1010111 | 10010 |
Color Harmonies of #580624
Complementary color
Monochromatic Colors of #580624
Black with #580624
Text Example
Text Example
White with #580624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580624; }
p { color: rgb(88,6,36); }
H1.HeaderClassName
{
color: #580624;
}
.AnyTagClassName
{
color: #580624;
}
</style>
background-color css
<style>
a { background-color: #580624; }
a { background-color: rgb(88,6,36); }
div.DivClassName
{
background-color: #580624;
}
.BgClassName
{
background-color: #580624;
}
</style>
border-color css
<style>
span { border-color: #580624; }
span { border-color: rgb(88,6,36); }
td.TdClassName
{
border-color: #580624;
}
.TagClassName
{
border-color: #580624;
}
</style>