Shades of Vin Rouge #8B5B5D
Tints of Vin Rouge #8B5B5D
RGB
CMYK
RGB Variations
Color information
#8B5B5D (or 0x8B5B5D) is known color: Vin Rouge. HEX triplet: 8B, 5B and 5D. RGB value is (139,91,93). Sum of RGB (Red+Green+Blue) = 139+91+93=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 91 (35.94% from 255 or 28.17% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B5D is #74A4A2. Grayscale: #696969. Windows color (decimal): -7644323 or 6118283. OLE color: 6118283.
HSL color Cylindrical-coordinate representation of color #8B5B5D: hue angle of 357.5º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5B5D is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 93 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.45 |
| HSL | 357.5º | 0.21% | 0.45% | - |
| HSV(B) | 357.5º | 0.35% | 0.55% | - |
| XYZ | 16.36 | 13.76 | 12.15 | - |
| YUV | 105.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 93 | 0 | 0.35 | 0.33 | 0.45 | 357.5 | 0.21 | 0.45 |
| Hex | 8B | 5B | 5D | 0 | 23 | 21 | 2D | 166 | 15 | 2D |
| Octal | 213 | 133 | 135 | 0 | 43 | 41 | 55 | 546 | 25 | 55 |
| Binary | 10001011 | 1011011 | 1011101 | 0 | 100011 | 100001 | 101101 | 101100110 | 10101 | 101101 |
Color Harmonies of #8B5B5D
Complementary color
Monochromatic Colors of #8B5B5D
Black with #8B5B5D
Text Example
Text Example
White with #8B5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B5D; }
p { color: rgb(139,91,93); }
H1.HeaderClassName
{
color: #8B5B5D;
}
.AnyTagClassName
{
color: #8B5B5D;
}
</style>
background-color css
<style>
a { background-color: #8B5B5D; }
a { background-color: rgb(139,91,93); }
div.DivClassName
{
background-color: #8B5B5D;
}
.BgClassName
{
background-color: #8B5B5D;
}
</style>
border-color css
<style>
span { border-color: #8B5B5D; }
span { border-color: rgb(139,91,93); }
td.TdClassName
{
border-color: #8B5B5D;
}
.TagClassName
{
border-color: #8B5B5D;
}
</style>