Shades of Bordeaux #580C1E
Tints of Bordeaux #580C1E
RGB
CMYK
RGB Variations
Color information
#580C1E (or 0x580C1E) is known color: Bordeaux. HEX triplet: 58, 0C and 1E. RGB value is (88,12,30). Sum of RGB (Red+Green+Blue) = 88+12+30=130 (17% of max value = 765). Red value is 88 (34.77% from 255 or 67.69% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 30 (12.11% from 255 or 23.08% from 130); Max value from RGB is 88 - color contains mainly: red. Hex color #580C1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C1E is #A7F3E1. Grayscale: #242424. Windows color (decimal): -11006946 or 1969240. OLE color: 1969240.
HSL color Cylindrical-coordinate representation of color #580C1E: hue angle of 345.79º 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 #580C1E is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 30 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.65 |
| HSL | 345.79º | 0.76% | 0.2% | - |
| HSV(B) | 345.79º | 0.86% | 0.35% | - |
| XYZ | 4.39 | 2.43 | 1.47 | - |
| YUV | 36.78 | 124.18 | 164.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 30 | 0 | 0.86 | 0.66 | 0.65 | 345.79 | 0.76 | 0.2 |
| Hex | 58 | C | 1E | 0 | 56 | 42 | 41 | 15A | 4C | 14 |
| Octal | 130 | 14 | 36 | 0 | 126 | 102 | 101 | 532 | 114 | 24 |
| Binary | 1011000 | 1100 | 11110 | 0 | 1010110 | 1000010 | 1000001 | 101011010 | 1001100 | 10100 |
Color Harmonies of #580C1E
Complementary color
Monochromatic Colors of #580C1E
Black with #580C1E
Text Example
Text Example
White with #580C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C1E; }
p { color: rgb(88,12,30); }
H1.HeaderClassName
{
color: #580C1E;
}
.AnyTagClassName
{
color: #580C1E;
}
</style>
background-color css
<style>
a { background-color: #580C1E; }
a { background-color: rgb(88,12,30); }
div.DivClassName
{
background-color: #580C1E;
}
.BgClassName
{
background-color: #580C1E;
}
</style>
border-color css
<style>
span { border-color: #580C1E; }
span { border-color: rgb(88,12,30); }
td.TdClassName
{
border-color: #580C1E;
}
.TagClassName
{
border-color: #580C1E;
}
</style>