Shades of Bordeaux #58070C
Tints of Bordeaux #58070C
RGB
CMYK
RGB Variations
Color information
#58070C (or 0x58070C) is known color: Bordeaux. HEX triplet: 58, 07 and 0C. RGB value is (88,7,12). Sum of RGB (Red+Green+Blue) = 88+7+12=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 12 (5.08% from 255 or 11.21% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #58070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58070C is #A7F8F3. Grayscale: #1F1F1F. Windows color (decimal): -11008244 or 788312. OLE color: 788312.
HSL color Cylindrical-coordinate representation of color #58070C: hue angle of 356.3º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58070C is Cyan = 0, Magento = 0.92, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 7 | 12 | - |
| CMYK | 0 | 0.92 | 0.86 | 0.65 |
| HSL | 356.3º | 0.85% | 0.19% | - |
| HSV(B) | 356.3º | 0.92% | 0.35% | - |
| XYZ | 4.17 | 2.25 | 0.56 | - |
| YUV | 31.79 | 116.84 | 168.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 12 | 0 | 0.92 | 0.86 | 0.65 | 356.3 | 0.85 | 0.19 |
| Hex | 58 | 7 | C | 0 | 5C | 56 | 41 | 164 | 55 | 13 |
| Octal | 130 | 7 | 14 | 0 | 134 | 126 | 101 | 544 | 125 | 23 |
| Binary | 1011000 | 111 | 1100 | 0 | 1011100 | 1010110 | 1000001 | 101100100 | 1010101 | 10011 |
Color Harmonies of #58070C
Complementary color
Monochromatic Colors of #58070C
Black with #58070C
Text Example
Text Example
White with #58070C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58070C; }
p { color: rgb(88,7,12); }
H1.HeaderClassName
{
color: #58070C;
}
.AnyTagClassName
{
color: #58070C;
}
</style>
background-color css
<style>
a { background-color: #58070C; }
a { background-color: rgb(88,7,12); }
div.DivClassName
{
background-color: #58070C;
}
.BgClassName
{
background-color: #58070C;
}
</style>
border-color css
<style>
span { border-color: #58070C; }
span { border-color: rgb(88,7,12); }
td.TdClassName
{
border-color: #58070C;
}
.TagClassName
{
border-color: #58070C;
}
</style>