Shades of Bordeaux #58020C
Tints of Bordeaux #58020C
RGB
CMYK
RGB Variations
Color information
#58020C (or 0x58020C) is known color: Bordeaux. HEX triplet: 58, 02 and 0C. RGB value is (88,2,12). Sum of RGB (Red+Green+Blue) = 88+2+12=102 (13% of max value = 765). Red value is 88 (34.77% from 255 or 86.27% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 88 - color contains mainly: red. Hex color #58020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #58020C is #A7FDF3. Grayscale: #1C1C1C. Windows color (decimal): -11009524 or 787032. OLE color: 787032.
HSL color Cylindrical-coordinate representation of color #58020C: hue angle of 353.02º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #58020C is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 12 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.65 |
| HSL | 353.02º | 0.96% | 0.18% | - |
| HSV(B) | 353.02º | 0.98% | 0.35% | - |
| XYZ | 4.11 | 2.14 | 0.55 | - |
| YUV | 28.85 | 118.49 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 12 | 0 | 0.98 | 0.86 | 0.65 | 353.02 | 0.96 | 0.18 |
| Hex | 58 | 2 | C | 0 | 62 | 56 | 41 | 161 | 60 | 12 |
| Octal | 130 | 2 | 14 | 0 | 142 | 126 | 101 | 541 | 140 | 22 |
| Binary | 1011000 | 10 | 1100 | 0 | 1100010 | 1010110 | 1000001 | 101100001 | 1100000 | 10010 |
Color Harmonies of #58020C
Complementary color
Monochromatic Colors of #58020C
Black with #58020C
Text Example
Text Example
White with #58020C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58020C; }
p { color: rgb(88,2,12); }
H1.HeaderClassName
{
color: #58020C;
}
.AnyTagClassName
{
color: #58020C;
}
</style>
background-color css
<style>
a { background-color: #58020C; }
a { background-color: rgb(88,2,12); }
div.DivClassName
{
background-color: #58020C;
}
.BgClassName
{
background-color: #58020C;
}
</style>
border-color css
<style>
span { border-color: #58020C; }
span { border-color: rgb(88,2,12); }
td.TdClassName
{
border-color: #58020C;
}
.TagClassName
{
border-color: #58020C;
}
</style>