Shades of Bordeaux #58040C
Tints of Bordeaux #58040C
RGB
CMYK
RGB Variations
Color information
#58040C (or 0x58040C) is known color: Bordeaux. HEX triplet: 58, 04 and 0C. RGB value is (88,4,12). Sum of RGB (Red+Green+Blue) = 88+4+12=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 4 (1.95% from 255 or 3.85% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #58040C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58040C is #A7FBF3. Grayscale: #1E1E1E. Windows color (decimal): -11009012 or 787544. OLE color: 787544.
HSL color Cylindrical-coordinate representation of color #58040C: hue angle of 354.29º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #58040C is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 4 | 12 | - |
| CMYK | 0 | 0.95 | 0.86 | 0.65 |
| HSL | 354.29º | 0.91% | 0.18% | - |
| HSV(B) | 354.29º | 0.95% | 0.35% | - |
| XYZ | 4.13 | 2.19 | 0.55 | - |
| YUV | 30.03 | 117.83 | 169.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 4 | 12 | 0 | 0.95 | 0.86 | 0.65 | 354.29 | 0.91 | 0.18 |
| Hex | 58 | 4 | C | 0 | 5F | 56 | 41 | 162 | 5B | 12 |
| Octal | 130 | 4 | 14 | 0 | 137 | 126 | 101 | 542 | 133 | 22 |
| Binary | 1011000 | 100 | 1100 | 0 | 1011111 | 1010110 | 1000001 | 101100010 | 1011011 | 10010 |
Color Harmonies of #58040C
Complementary color
Monochromatic Colors of #58040C
Black with #58040C
Text Example
Text Example
White with #58040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58040C; }
p { color: rgb(88,4,12); }
H1.HeaderClassName
{
color: #58040C;
}
.AnyTagClassName
{
color: #58040C;
}
</style>
background-color css
<style>
a { background-color: #58040C; }
a { background-color: rgb(88,4,12); }
div.DivClassName
{
background-color: #58040C;
}
.BgClassName
{
background-color: #58040C;
}
</style>
border-color css
<style>
span { border-color: #58040C; }
span { border-color: rgb(88,4,12); }
td.TdClassName
{
border-color: #58040C;
}
.TagClassName
{
border-color: #58040C;
}
</style>