Shades of Bordeaux #580C26
Tints of Bordeaux #580C26
RGB
CMYK
RGB Variations
Color information
#580C26 (or 0x580C26) is known color: Bordeaux. HEX triplet: 58, 0C and 26. RGB value is (88,12,38). Sum of RGB (Red+Green+Blue) = 88+12+38=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 38 (15.23% from 255 or 27.54% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #580C26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C26 is #A7F3D9. Grayscale: #252525. Windows color (decimal): -11006938 or 2493528. OLE color: 2493528.
HSL color Cylindrical-coordinate representation of color #580C26: hue angle of 339.47º 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 #580C26 is Cyan = 0, Magento = 0.86, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 38 | - |
| CMYK | 0 | 0.86 | 0.57 | 0.65 |
| HSL | 339.47º | 0.76% | 0.2% | - |
| HSV(B) | 339.47º | 0.86% | 0.35% | - |
| XYZ | 4.51 | 2.48 | 2.07 | - |
| YUV | 37.69 | 128.18 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 38 | 0 | 0.86 | 0.57 | 0.65 | 339.47 | 0.76 | 0.2 |
| Hex | 58 | C | 26 | 0 | 56 | 39 | 41 | 153 | 4C | 14 |
| Octal | 130 | 14 | 46 | 0 | 126 | 71 | 101 | 523 | 114 | 24 |
| Binary | 1011000 | 1100 | 100110 | 0 | 1010110 | 111001 | 1000001 | 101010011 | 1001100 | 10100 |
Color Harmonies of #580C26
Complementary color
Monochromatic Colors of #580C26
Black with #580C26
Text Example
Text Example
White with #580C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C26; }
p { color: rgb(88,12,38); }
H1.HeaderClassName
{
color: #580C26;
}
.AnyTagClassName
{
color: #580C26;
}
</style>
background-color css
<style>
a { background-color: #580C26; }
a { background-color: rgb(88,12,38); }
div.DivClassName
{
background-color: #580C26;
}
.BgClassName
{
background-color: #580C26;
}
</style>
border-color css
<style>
span { border-color: #580C26; }
span { border-color: rgb(88,12,38); }
td.TdClassName
{
border-color: #580C26;
}
.TagClassName
{
border-color: #580C26;
}
</style>