Shades of Vin Rouge #8C555B
Tints of Vin Rouge #8C555B
RGB
CMYK
RGB Variations
Color information
#8C555B (or 0x8C555B) is known color: Vin Rouge. HEX triplet: 8C, 55 and 5B. RGB value is (140,85,91). Sum of RGB (Red+Green+Blue) = 140+85+91=316 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.30% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 140 - color contains mainly: red. Hex color #8C555B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C555B is #73AAA4. Grayscale: #666666. Windows color (decimal): -7580325 or 5985676. OLE color: 5985676.
HSL color Cylindrical-coordinate representation of color #8C555B: hue angle of 353.45º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C555B is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 91 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.45 |
| HSL | 353.45º | 0.24% | 0.44% | - |
| HSV(B) | 353.45º | 0.39% | 0.55% | - |
| XYZ | 15.95 | 12.83 | 11.53 | - |
| YUV | 102.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 91 | 0 | 0.39 | 0.35 | 0.45 | 353.45 | 0.24 | 0.44 |
| Hex | 8C | 55 | 5B | 0 | 27 | 23 | 2D | 161 | 18 | 2C |
| Octal | 214 | 125 | 133 | 0 | 47 | 43 | 55 | 541 | 30 | 54 |
| Binary | 10001100 | 1010101 | 1011011 | 0 | 100111 | 100011 | 101101 | 101100001 | 11000 | 101100 |
Color Harmonies of #8C555B
Complementary color
Monochromatic Colors of #8C555B
Black with #8C555B
Text Example
Text Example
White with #8C555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C555B; }
p { color: rgb(140,85,91); }
H1.HeaderClassName
{
color: #8C555B;
}
.AnyTagClassName
{
color: #8C555B;
}
</style>
background-color css
<style>
a { background-color: #8C555B; }
a { background-color: rgb(140,85,91); }
div.DivClassName
{
background-color: #8C555B;
}
.BgClassName
{
background-color: #8C555B;
}
</style>
border-color css
<style>
span { border-color: #8C555B; }
span { border-color: rgb(140,85,91); }
td.TdClassName
{
border-color: #8C555B;
}
.TagClassName
{
border-color: #8C555B;
}
</style>