Shades of Bordeaux #580C15
Tints of Bordeaux #580C15
RGB
CMYK
RGB Variations
Color information
#580C15 (or 0x580C15) is known color: Bordeaux. HEX triplet: 58, 0C and 15. RGB value is (88,12,21). Sum of RGB (Red+Green+Blue) = 88+12+21=121 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.73% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 21 (8.59% from 255 or 17.36% from 121); Max value from RGB is 88 - color contains mainly: red. Hex color #580C15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C15 is #A7F3EA. Grayscale: #232323. Windows color (decimal): -11006955 or 1379416. OLE color: 1379416.
HSL color Cylindrical-coordinate representation of color #580C15: hue angle of 352.89º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C15 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 21 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.65 |
| HSL | 352.89º | 0.76% | 0.2% | - |
| HSV(B) | 352.89º | 0.86% | 0.35% | - |
| XYZ | 4.29 | 2.39 | 0.94 | - |
| YUV | 35.75 | 119.68 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 21 | 0 | 0.86 | 0.76 | 0.65 | 352.89 | 0.76 | 0.2 |
| Hex | 58 | C | 15 | 0 | 56 | 4C | 41 | 161 | 4C | 14 |
| Octal | 130 | 14 | 25 | 0 | 126 | 114 | 101 | 541 | 114 | 24 |
| Binary | 1011000 | 1100 | 10101 | 0 | 1010110 | 1001100 | 1000001 | 101100001 | 1001100 | 10100 |
Color Harmonies of #580C15
Complementary color
Monochromatic Colors of #580C15
Black with #580C15
Text Example
Text Example
White with #580C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C15; }
p { color: rgb(88,12,21); }
H1.HeaderClassName
{
color: #580C15;
}
.AnyTagClassName
{
color: #580C15;
}
</style>
background-color css
<style>
a { background-color: #580C15; }
a { background-color: rgb(88,12,21); }
div.DivClassName
{
background-color: #580C15;
}
.BgClassName
{
background-color: #580C15;
}
</style>
border-color css
<style>
span { border-color: #580C15; }
span { border-color: rgb(88,12,21); }
td.TdClassName
{
border-color: #580C15;
}
.TagClassName
{
border-color: #580C15;
}
</style>