Shades of Bordeaux #580C1B
Tints of Bordeaux #580C1B
RGB
CMYK
RGB Variations
Color information
#580C1B (or 0x580C1B) is known color: Bordeaux. HEX triplet: 58, 0C and 1B. RGB value is (88,12,27). Sum of RGB (Red+Green+Blue) = 88+12+27=127 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.29% from 127); Green value is 12 (5.08% from 255 or 9.45% from 127); Blue value is 27 (10.94% from 255 or 21.26% from 127); Max value from RGB is 88 - color contains mainly: red. Hex color #580C1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C1B is #A7F3E4. Grayscale: #242424. Windows color (decimal): -11006949 or 1772632. OLE color: 1772632.
HSL color Cylindrical-coordinate representation of color #580C1B: hue angle of 348.16º 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 #580C1B is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 27 | - |
| CMYK | 0 | 0.86 | 0.69 | 0.65 |
| HSL | 348.16º | 0.76% | 0.2% | - |
| HSV(B) | 348.16º | 0.86% | 0.35% | - |
| XYZ | 4.35 | 2.42 | 1.27 | - |
| YUV | 36.43 | 122.68 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 27 | 0 | 0.86 | 0.69 | 0.65 | 348.16 | 0.76 | 0.2 |
| Hex | 58 | C | 1B | 0 | 56 | 45 | 41 | 15C | 4C | 14 |
| Octal | 130 | 14 | 33 | 0 | 126 | 105 | 101 | 534 | 114 | 24 |
| Binary | 1011000 | 1100 | 11011 | 0 | 1010110 | 1000101 | 1000001 | 101011100 | 1001100 | 10100 |
Color Harmonies of #580C1B
Complementary color
Monochromatic Colors of #580C1B
Black with #580C1B
Text Example
Text Example
White with #580C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C1B; }
p { color: rgb(88,12,27); }
H1.HeaderClassName
{
color: #580C1B;
}
.AnyTagClassName
{
color: #580C1B;
}
</style>
background-color css
<style>
a { background-color: #580C1B; }
a { background-color: rgb(88,12,27); }
div.DivClassName
{
background-color: #580C1B;
}
.BgClassName
{
background-color: #580C1B;
}
</style>
border-color css
<style>
span { border-color: #580C1B; }
span { border-color: rgb(88,12,27); }
td.TdClassName
{
border-color: #580C1B;
}
.TagClassName
{
border-color: #580C1B;
}
</style>