Shades of Vin Rouge #8B5A5E
Tints of Vin Rouge #8B5A5E
RGB
CMYK
RGB Variations
Color information
#8B5A5E (or 0x8B5A5E) is known color: Vin Rouge. HEX triplet: 8B, 5A and 5E. RGB value is (139,90,94). Sum of RGB (Red+Green+Blue) = 139+90+94=323 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.03% from 323); Green value is 90 (35.55% from 255 or 27.86% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5A5E is #74A5A1. Grayscale: #696969. Windows color (decimal): -7644578 or 6183563. OLE color: 6183563.
HSL color Cylindrical-coordinate representation of color #8B5A5E: hue angle of 355.1º 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 #8B5A5E is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 94 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.45 |
| HSL | 355.1º | 0.21% | 0.45% | - |
| HSV(B) | 355.1º | 0.35% | 0.55% | - |
| XYZ | 16.32 | 13.61 | 12.36 | - |
| YUV | 105.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 94 | 0 | 0.35 | 0.32 | 0.45 | 355.1 | 0.21 | 0.45 |
| Hex | 8B | 5A | 5E | 0 | 23 | 20 | 2D | 163 | 15 | 2D |
| Octal | 213 | 132 | 136 | 0 | 43 | 40 | 55 | 543 | 25 | 55 |
| Binary | 10001011 | 1011010 | 1011110 | 0 | 100011 | 100000 | 101101 | 101100011 | 10101 | 101101 |
Color Harmonies of #8B5A5E
Complementary color
Monochromatic Colors of #8B5A5E
Black with #8B5A5E
Text Example
Text Example
White with #8B5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A5E; }
p { color: rgb(139,90,94); }
H1.HeaderClassName
{
color: #8B5A5E;
}
.AnyTagClassName
{
color: #8B5A5E;
}
</style>
background-color css
<style>
a { background-color: #8B5A5E; }
a { background-color: rgb(139,90,94); }
div.DivClassName
{
background-color: #8B5A5E;
}
.BgClassName
{
background-color: #8B5A5E;
}
</style>
border-color css
<style>
span { border-color: #8B5A5E; }
span { border-color: rgb(139,90,94); }
td.TdClassName
{
border-color: #8B5A5E;
}
.TagClassName
{
border-color: #8B5A5E;
}
</style>