Shades of Vin Rouge #8C545B
Tints of Vin Rouge #8C545B
RGB
CMYK
RGB Variations
Color information
#8C545B (or 0x8C545B) is known color: Vin Rouge. HEX triplet: 8C, 54 and 5B. RGB value is (140,84,91). Sum of RGB (Red+Green+Blue) = 140+84+91=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C545B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C545B is #73ABA4. Grayscale: #656565. Windows color (decimal): -7580581 or 5985420. OLE color: 5985420.
HSL color Cylindrical-coordinate representation of color #8C545B: hue angle of 352.5º 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 #8C545B is Cyan = 0, Magento = 0.4, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 91 | - |
| CMYK | 0 | 0.4 | 0.35 | 0.45 |
| HSL | 352.5º | 0.25% | 0.44% | - |
| HSV(B) | 352.5º | 0.4% | 0.55% | - |
| XYZ | 15.87 | 12.67 | 11.51 | - |
| YUV | 101.54 | 122.05 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 91 | 0 | 0.4 | 0.35 | 0.45 | 352.5 | 0.25 | 0.44 |
| Hex | 8C | 54 | 5B | 0 | 28 | 23 | 2D | 160 | 19 | 2C |
| Octal | 214 | 124 | 133 | 0 | 50 | 43 | 55 | 540 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1011011 | 0 | 101000 | 100011 | 101101 | 101100000 | 11001 | 101100 |
Color Harmonies of #8C545B
Complementary color
Monochromatic Colors of #8C545B
Black with #8C545B
Text Example
Text Example
White with #8C545B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C545B; }
p { color: rgb(140,84,91); }
H1.HeaderClassName
{
color: #8C545B;
}
.AnyTagClassName
{
color: #8C545B;
}
</style>
background-color css
<style>
a { background-color: #8C545B; }
a { background-color: rgb(140,84,91); }
div.DivClassName
{
background-color: #8C545B;
}
.BgClassName
{
background-color: #8C545B;
}
</style>
border-color css
<style>
span { border-color: #8C545B; }
span { border-color: rgb(140,84,91); }
td.TdClassName
{
border-color: #8C545B;
}
.TagClassName
{
border-color: #8C545B;
}
</style>