Shades of Bordeaux #580512
Tints of Bordeaux #580512
RGB
CMYK
RGB Variations
Color information
#580512 (or 0x580512) is known color: Bordeaux. HEX triplet: 58, 05 and 12. RGB value is (88,5,18). Sum of RGB (Red+Green+Blue) = 88+5+18=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580512 is #A7FAED. Grayscale: #1F1F1F. Windows color (decimal): -11008750 or 1181016. OLE color: 1181016.
HSL color Cylindrical-coordinate representation of color #580512: hue angle of 350.6º 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 #580512 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 5 | 18 | - |
| CMYK | 0 | 0.94 | 0.80 | 0.65 |
| HSL | 350.6º | 0.89% | 0.18% | - |
| HSV(B) | 350.6º | 0.94% | 0.35% | - |
| XYZ | 4.19 | 2.23 | 0.78 | - |
| YUV | 31.3 | 120.5 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 18 | 0 | 0.94 | 0.80 | 0.65 | 350.6 | 0.89 | 0.18 |
| Hex | 58 | 5 | 12 | 0 | 5E | 50 | 41 | 15F | 59 | 12 |
| Octal | 130 | 5 | 22 | 0 | 136 | 120 | 101 | 537 | 131 | 22 |
| Binary | 1011000 | 101 | 10010 | 0 | 1011110 | 1010000 | 1000001 | 101011111 | 1011001 | 10010 |
Color Harmonies of #580512
Complementary color
Monochromatic Colors of #580512
Black with #580512
Text Example
Text Example
White with #580512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580512; }
p { color: rgb(88,5,18); }
H1.HeaderClassName
{
color: #580512;
}
.AnyTagClassName
{
color: #580512;
}
</style>
background-color css
<style>
a { background-color: #580512; }
a { background-color: rgb(88,5,18); }
div.DivClassName
{
background-color: #580512;
}
.BgClassName
{
background-color: #580512;
}
</style>
border-color css
<style>
span { border-color: #580512; }
span { border-color: rgb(88,5,18); }
td.TdClassName
{
border-color: #580512;
}
.TagClassName
{
border-color: #580512;
}
</style>