Shades of Vin Rouge #8B5B61
Tints of Vin Rouge #8B5B61
RGB
CMYK
RGB Variations
Color information
#8B5B61 (or 0x8B5B61) is known color: Vin Rouge. HEX triplet: 8B, 5B and 61. RGB value is (139,91,97). Sum of RGB (Red+Green+Blue) = 139+91+97=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5B61 is #74A49E. Grayscale: #6A6A6A. Windows color (decimal): -7644319 or 6380427. OLE color: 6380427.
HSL color Cylindrical-coordinate representation of color #8B5B61: hue angle of 352.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 #8B5B61 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 91 | 97 | - |
| CMYK | 0 | 0.35 | 0.30 | 0.45 |
| HSL | 352.5º | 0.21% | 0.45% | - |
| HSV(B) | 352.5º | 0.35% | 0.55% | - |
| XYZ | 16.55 | 13.83 | 13.11 | - |
| YUV | 106.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 91 | 97 | 0 | 0.35 | 0.30 | 0.45 | 352.5 | 0.21 | 0.45 |
| Hex | 8B | 5B | 61 | 0 | 23 | 1E | 2D | 160 | 15 | 2D |
| Octal | 213 | 133 | 141 | 0 | 43 | 36 | 55 | 540 | 25 | 55 |
| Binary | 10001011 | 1011011 | 1100001 | 0 | 100011 | 11110 | 101101 | 101100000 | 10101 | 101101 |
Color Harmonies of #8B5B61
Complementary color
Monochromatic Colors of #8B5B61
Black with #8B5B61
Text Example
Text Example
White with #8B5B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5B61; }
p { color: rgb(139,91,97); }
H1.HeaderClassName
{
color: #8B5B61;
}
.AnyTagClassName
{
color: #8B5B61;
}
</style>
background-color css
<style>
a { background-color: #8B5B61; }
a { background-color: rgb(139,91,97); }
div.DivClassName
{
background-color: #8B5B61;
}
.BgClassName
{
background-color: #8B5B61;
}
</style>
border-color css
<style>
span { border-color: #8B5B61; }
span { border-color: rgb(139,91,97); }
td.TdClassName
{
border-color: #8B5B61;
}
.TagClassName
{
border-color: #8B5B61;
}
</style>