Shades of Bordeaux #580C1A
Tints of Bordeaux #580C1A
RGB
CMYK
RGB Variations
Color information
#580C1A (or 0x580C1A) is known color: Bordeaux. HEX triplet: 58, 0C and 1A. RGB value is (88,12,26). Sum of RGB (Red+Green+Blue) = 88+12+26=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 26 (10.55% from 255 or 20.63% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #580C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #580C1A is #A7F3E5. Grayscale: #242424. Windows color (decimal): -11006950 or 1707096. OLE color: 1707096.
HSL color Cylindrical-coordinate representation of color #580C1A: hue angle of 348.95º 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 #580C1A is Cyan = 0, Magento = 0.86, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 12 | 26 | - |
| CMYK | 0 | 0.86 | 0.70 | 0.65 |
| HSL | 348.95º | 0.76% | 0.2% | - |
| HSV(B) | 348.95º | 0.86% | 0.35% | - |
| XYZ | 4.34 | 2.41 | 1.21 | - |
| YUV | 36.32 | 122.18 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 12 | 26 | 0 | 0.86 | 0.70 | 0.65 | 348.95 | 0.76 | 0.2 |
| Hex | 58 | C | 1A | 0 | 56 | 46 | 41 | 15D | 4C | 14 |
| Octal | 130 | 14 | 32 | 0 | 126 | 106 | 101 | 535 | 114 | 24 |
| Binary | 1011000 | 1100 | 11010 | 0 | 1010110 | 1000110 | 1000001 | 101011101 | 1001100 | 10100 |
Color Harmonies of #580C1A
Complementary color
Monochromatic Colors of #580C1A
Black with #580C1A
Text Example
Text Example
White with #580C1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #580C1A; }
p { color: rgb(88,12,26); }
H1.HeaderClassName
{
color: #580C1A;
}
.AnyTagClassName
{
color: #580C1A;
}
</style>
background-color css
<style>
a { background-color: #580C1A; }
a { background-color: rgb(88,12,26); }
div.DivClassName
{
background-color: #580C1A;
}
.BgClassName
{
background-color: #580C1A;
}
</style>
border-color css
<style>
span { border-color: #580C1A; }
span { border-color: rgb(88,12,26); }
td.TdClassName
{
border-color: #580C1A;
}
.TagClassName
{
border-color: #580C1A;
}
</style>