Shades of Vin Rouge #8B545B
Tints of Vin Rouge #8B545B
RGB
CMYK
RGB Variations
Color information
#8B545B (or 0x8B545B) is known color: Vin Rouge. HEX triplet: 8B, 54 and 5B. RGB value is (139,84,91). Sum of RGB (Red+Green+Blue) = 139+84+91=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 139 - color contains mainly: red. Hex color #8B545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B545B is #74ABA4. Grayscale: #656565. Windows color (decimal): -7646117 or 5985419. OLE color: 5985419.
HSL color Cylindrical-coordinate representation of color #8B545B: hue angle of 352.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B545B is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 91 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.45 |
| HSL | 352.36º | 0.25% | 0.44% | - |
| HSV(B) | 352.36º | 0.4% | 0.55% | - |
| XYZ | 15.71 | 12.58 | 11.5 | - |
| YUV | 101.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 91 | 0 | 0.40 | 0.35 | 0.45 | 352.36 | 0.25 | 0.44 |
| Hex | 8B | 54 | 5B | 0 | 28 | 23 | 2D | 160 | 19 | 2C |
| Octal | 213 | 124 | 133 | 0 | 50 | 43 | 55 | 540 | 31 | 54 |
| Binary | 10001011 | 1010100 | 1011011 | 0 | 101000 | 100011 | 101101 | 101100000 | 11001 | 101100 |
Color Harmonies of #8B545B
Complementary color
Monochromatic Colors of #8B545B
Black with #8B545B
Text Example
Text Example
White with #8B545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B545B; }
p { color: rgb(139,84,91); }
H1.HeaderClassName
{
color: #8B545B;
}
.AnyTagClassName
{
color: #8B545B;
}
</style>
background-color css
<style>
a { background-color: #8B545B; }
a { background-color: rgb(139,84,91); }
div.DivClassName
{
background-color: #8B545B;
}
.BgClassName
{
background-color: #8B545B;
}
</style>
border-color css
<style>
span { border-color: #8B545B; }
span { border-color: rgb(139,84,91); }
td.TdClassName
{
border-color: #8B545B;
}
.TagClassName
{
border-color: #8B545B;
}
</style>