Shades of Bordeaux #580C17
Tints of Bordeaux #580C17
RGB
CMYK
RGB Variations
Color information
#580C17 (or 0x580C17) is known color: Bordeaux. HEX triplet: 58, 0C and 17. RGB value is (88,12,23). Sum of RGB (Red+Green+Blue) = 88+12+23=123 (16% of max value = 765). Red value is 88 (34.77% from 255 or 71.54% from 123); Green value is 12 (5.08% from 255 or 9.76% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 88 - color contains mainly: red. Hex color #580C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C17 is #A7F3E8. Grayscale: #242424. Windows color (decimal): -11006953 or 1510488. OLE color: 1510488.
HSL color Cylindrical-coordinate representation of color #580C17: hue angle of 351.32º 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 #580C17 is Cyan = 0, Magento = 0.86, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 23 | - |
| CMYK | 0 | 0.86 | 0.74 | 0.65 |
| HSL | 351.32º | 0.76% | 0.2% | - |
| HSV(B) | 351.32º | 0.86% | 0.35% | - |
| XYZ | 4.31 | 2.4 | 1.05 | - |
| YUV | 35.98 | 120.68 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 23 | 0 | 0.86 | 0.74 | 0.65 | 351.32 | 0.76 | 0.2 |
| Hex | 58 | C | 17 | 0 | 56 | 4A | 41 | 15F | 4C | 14 |
| Octal | 130 | 14 | 27 | 0 | 126 | 112 | 101 | 537 | 114 | 24 |
| Binary | 1011000 | 1100 | 10111 | 0 | 1010110 | 1001010 | 1000001 | 101011111 | 1001100 | 10100 |
Color Harmonies of #580C17
Complementary color
Monochromatic Colors of #580C17
Black with #580C17
Text Example
Text Example
White with #580C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C17; }
p { color: rgb(88,12,23); }
H1.HeaderClassName
{
color: #580C17;
}
.AnyTagClassName
{
color: #580C17;
}
</style>
background-color css
<style>
a { background-color: #580C17; }
a { background-color: rgb(88,12,23); }
div.DivClassName
{
background-color: #580C17;
}
.BgClassName
{
background-color: #580C17;
}
</style>
border-color css
<style>
span { border-color: #580C17; }
span { border-color: rgb(88,12,23); }
td.TdClassName
{
border-color: #580C17;
}
.TagClassName
{
border-color: #580C17;
}
</style>