Shades of Bordeaux #580C13
Tints of Bordeaux #580C13
RGB
CMYK
RGB Variations
Color information
#580C13 (or 0x580C13) is known color: Bordeaux. HEX triplet: 58, 0C and 13. RGB value is (88,12,19). Sum of RGB (Red+Green+Blue) = 88+12+19=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #580C13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C13 is #A7F3EC. Grayscale: #232323. Windows color (decimal): -11006957 or 1248344. OLE color: 1248344.
HSL color Cylindrical-coordinate representation of color #580C13: hue angle of 354.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 #580C13 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 19 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.65 |
| HSL | 354.47º | 0.76% | 0.2% | - |
| HSV(B) | 354.47º | 0.86% | 0.35% | - |
| XYZ | 4.27 | 2.38 | 0.85 | - |
| YUV | 35.52 | 118.68 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 19 | 0 | 0.86 | 0.78 | 0.65 | 354.47 | 0.76 | 0.2 |
| Hex | 58 | C | 13 | 0 | 56 | 4E | 41 | 162 | 4C | 14 |
| Octal | 130 | 14 | 23 | 0 | 126 | 116 | 101 | 542 | 114 | 24 |
| Binary | 1011000 | 1100 | 10011 | 0 | 1010110 | 1001110 | 1000001 | 101100010 | 1001100 | 10100 |
Color Harmonies of #580C13
Complementary color
Monochromatic Colors of #580C13
Black with #580C13
Text Example
Text Example
White with #580C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C13; }
p { color: rgb(88,12,19); }
H1.HeaderClassName
{
color: #580C13;
}
.AnyTagClassName
{
color: #580C13;
}
</style>
background-color css
<style>
a { background-color: #580C13; }
a { background-color: rgb(88,12,19); }
div.DivClassName
{
background-color: #580C13;
}
.BgClassName
{
background-color: #580C13;
}
</style>
border-color css
<style>
span { border-color: #580C13; }
span { border-color: rgb(88,12,19); }
td.TdClassName
{
border-color: #580C13;
}
.TagClassName
{
border-color: #580C13;
}
</style>