Shades of Bordeaux #58021B
Tints of Bordeaux #58021B
RGB
CMYK
RGB Variations
Color information
#58021B (or 0x58021B) is known color: Bordeaux. HEX triplet: 58, 02 and 1B. RGB value is (88,2,27). Sum of RGB (Red+Green+Blue) = 88+2+27=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 27 (10.94% from 255 or 23.08% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #58021B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58021B is #A7FDE4. Grayscale: #1E1E1E. Windows color (decimal): -11009509 or 1770072. OLE color: 1770072.
HSL color Cylindrical-coordinate representation of color #58021B: hue angle of 342.56º 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 #58021B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 2 | 27 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.65 |
| HSL | 342.56º | 0.96% | 0.18% | - |
| HSV(B) | 342.56º | 0.98% | 0.35% | - |
| XYZ | 4.24 | 2.2 | 1.24 | - |
| YUV | 30.56 | 125.99 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 2 | 27 | 0 | 0.98 | 0.69 | 0.65 | 342.56 | 0.96 | 0.18 |
| Hex | 58 | 2 | 1B | 0 | 62 | 45 | 41 | 157 | 60 | 12 |
| Octal | 130 | 2 | 33 | 0 | 142 | 105 | 101 | 527 | 140 | 22 |
| Binary | 1011000 | 10 | 11011 | 0 | 1100010 | 1000101 | 1000001 | 101010111 | 1100000 | 10010 |
Color Harmonies of #58021B
Complementary color
Monochromatic Colors of #58021B
Black with #58021B
Text Example
Text Example
White with #58021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58021B; }
p { color: rgb(88,2,27); }
H1.HeaderClassName
{
color: #58021B;
}
.AnyTagClassName
{
color: #58021B;
}
</style>
background-color css
<style>
a { background-color: #58021B; }
a { background-color: rgb(88,2,27); }
div.DivClassName
{
background-color: #58021B;
}
.BgClassName
{
background-color: #58021B;
}
</style>
border-color css
<style>
span { border-color: #58021B; }
span { border-color: rgb(88,2,27); }
td.TdClassName
{
border-color: #58021B;
}
.TagClassName
{
border-color: #58021B;
}
</style>