Shades of Bordeaux #58021C
Tints of Bordeaux #58021C
RGB
CMYK
RGB Variations
Color information
#58021C (or 0x58021C) is known color: Bordeaux. HEX triplet: 58, 02 and 1C. RGB value is (88,2,28). Sum of RGB (Red+Green+Blue) = 88+2+28=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 28 (11.33% from 255 or 23.73% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #58021C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58021C is #A7FDE3. Grayscale: #1E1E1E. Windows color (decimal): -11009508 or 1835608. OLE color: 1835608.
HSL color Cylindrical-coordinate representation of color #58021C: hue angle of 341.86º 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 #58021C is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 28 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.65 |
| HSL | 341.86º | 0.96% | 0.18% | - |
| HSV(B) | 341.86º | 0.98% | 0.35% | - |
| XYZ | 4.26 | 2.2 | 1.3 | - |
| YUV | 30.68 | 126.49 | 168.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 28 | 0 | 0.98 | 0.68 | 0.65 | 341.86 | 0.96 | 0.18 |
| Hex | 58 | 2 | 1C | 0 | 62 | 44 | 41 | 156 | 60 | 12 |
| Octal | 130 | 2 | 34 | 0 | 142 | 104 | 101 | 526 | 140 | 22 |
| Binary | 1011000 | 10 | 11100 | 0 | 1100010 | 1000100 | 1000001 | 101010110 | 1100000 | 10010 |
Color Harmonies of #58021C
Complementary color
Monochromatic Colors of #58021C
Black with #58021C
Text Example
Text Example
White with #58021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58021C; }
p { color: rgb(88,2,28); }
H1.HeaderClassName
{
color: #58021C;
}
.AnyTagClassName
{
color: #58021C;
}
</style>
background-color css
<style>
a { background-color: #58021C; }
a { background-color: rgb(88,2,28); }
div.DivClassName
{
background-color: #58021C;
}
.BgClassName
{
background-color: #58021C;
}
</style>
border-color css
<style>
span { border-color: #58021C; }
span { border-color: rgb(88,2,28); }
td.TdClassName
{
border-color: #58021C;
}
.TagClassName
{
border-color: #58021C;
}
</style>