Shades of Vin Rouge #8B5B60
Tints of Vin Rouge #8B5B60
RGB
CMYK
RGB Variations
Color information
#8B5B60 (or 0x8B5B60) is known color: Vin Rouge. HEX triplet: 8B, 5B and 60. RGB value is (139,91,96). Sum of RGB (Red+Green+Blue) = 139+91+96=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 91 (35.94% from 255 or 27.91% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B60 is #74A49F. Grayscale: #696969. Windows color (decimal): -7644320 or 6314891. OLE color: 6314891.
HSL color Cylindrical-coordinate representation of color #8B5B60: hue angle of 353.75º 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 #8B5B60 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 96 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.45 |
| HSL | 353.75º | 0.21% | 0.45% | - |
| HSV(B) | 353.75º | 0.35% | 0.55% | - |
| XYZ | 16.5 | 13.82 | 12.86 | - |
| YUV | 105.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 96 | 0 | 0.35 | 0.31 | 0.45 | 353.75 | 0.21 | 0.45 |
| Hex | 8B | 5B | 60 | 0 | 23 | 1F | 2D | 162 | 15 | 2D |
| Octal | 213 | 133 | 140 | 0 | 43 | 37 | 55 | 542 | 25 | 55 |
| Binary | 10001011 | 1011011 | 1100000 | 0 | 100011 | 11111 | 101101 | 101100010 | 10101 | 101101 |
Color Harmonies of #8B5B60
Complementary color
Monochromatic Colors of #8B5B60
Black with #8B5B60
Text Example
Text Example
White with #8B5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B60; }
p { color: rgb(139,91,96); }
H1.HeaderClassName
{
color: #8B5B60;
}
.AnyTagClassName
{
color: #8B5B60;
}
</style>
background-color css
<style>
a { background-color: #8B5B60; }
a { background-color: rgb(139,91,96); }
div.DivClassName
{
background-color: #8B5B60;
}
.BgClassName
{
background-color: #8B5B60;
}
</style>
border-color css
<style>
span { border-color: #8B5B60; }
span { border-color: rgb(139,91,96); }
td.TdClassName
{
border-color: #8B5B60;
}
.TagClassName
{
border-color: #8B5B60;
}
</style>