Shades of Vin Rouge #8F555C
Tints of Vin Rouge #8F555C
RGB
CMYK
RGB Variations
Color information
#8F555C (or 0x8F555C) is known color: Vin Rouge. HEX triplet: 8F, 55 and 5C. RGB value is (143,85,92). Sum of RGB (Red+Green+Blue) = 143+85+92=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F555C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F555C is #70AAA3. Grayscale: #676767. Windows color (decimal): -7383716 or 6051215. OLE color: 6051215.
HSL color Cylindrical-coordinate representation of color #8F555C: hue angle of 352.76º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F555C is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 85 | 92 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.44 |
| HSL | 352.76º | 0.25% | 0.45% | - |
| HSV(B) | 352.76º | 0.41% | 0.56% | - |
| XYZ | 16.51 | 13.11 | 11.79 | - |
| YUV | 103.14 | 121.72 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 92 | 0 | 0.41 | 0.36 | 0.44 | 352.76 | 0.25 | 0.45 |
| Hex | 8F | 55 | 5C | 0 | 29 | 24 | 2C | 161 | 19 | 2D |
| Octal | 217 | 125 | 134 | 0 | 51 | 44 | 54 | 541 | 31 | 55 |
| Binary | 10001111 | 1010101 | 1011100 | 0 | 101001 | 100100 | 101100 | 101100001 | 11001 | 101101 |
Color Harmonies of #8F555C
Complementary color
Monochromatic Colors of #8F555C
Black with #8F555C
Text Example
Text Example
White with #8F555C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F555C; }
p { color: rgb(143,85,92); }
H1.HeaderClassName
{
color: #8F555C;
}
.AnyTagClassName
{
color: #8F555C;
}
</style>
background-color css
<style>
a { background-color: #8F555C; }
a { background-color: rgb(143,85,92); }
div.DivClassName
{
background-color: #8F555C;
}
.BgClassName
{
background-color: #8F555C;
}
</style>
border-color css
<style>
span { border-color: #8F555C; }
span { border-color: rgb(143,85,92); }
td.TdClassName
{
border-color: #8F555C;
}
.TagClassName
{
border-color: #8F555C;
}
</style>