Shades of Vin Rouge #8F505C
Tints of Vin Rouge #8F505C
RGB
CMYK
RGB Variations
Color information
#8F505C (or 0x8F505C) is known color: Vin Rouge. HEX triplet: 8F, 50 and 5C. RGB value is (143,80,92). Sum of RGB (Red+Green+Blue) = 143+80+92=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F505C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F505C is #70AFA3. Grayscale: #646464. Windows color (decimal): -7384996 or 6049935. OLE color: 6049935.
HSL color Cylindrical-coordinate representation of color #8F505C: hue angle of 348.57º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8F505C is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 80 | 92 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.44 |
| HSL | 348.57º | 0.28% | 0.44% | - |
| HSV(B) | 348.57º | 0.44% | 0.56% | - |
| XYZ | 16.13 | 12.35 | 11.66 | - |
| YUV | 100.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 92 | 0 | 0.44 | 0.36 | 0.44 | 348.57 | 0.28 | 0.44 |
| Hex | 8F | 50 | 5C | 0 | 2C | 24 | 2C | 15D | 1C | 2C |
| Octal | 217 | 120 | 134 | 0 | 54 | 44 | 54 | 535 | 34 | 54 |
| Binary | 10001111 | 1010000 | 1011100 | 0 | 101100 | 100100 | 101100 | 101011101 | 11100 | 101100 |
Color Harmonies of #8F505C
Complementary color
Monochromatic Colors of #8F505C
Black with #8F505C
Text Example
Text Example
White with #8F505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F505C; }
p { color: rgb(143,80,92); }
H1.HeaderClassName
{
color: #8F505C;
}
.AnyTagClassName
{
color: #8F505C;
}
</style>
background-color css
<style>
a { background-color: #8F505C; }
a { background-color: rgb(143,80,92); }
div.DivClassName
{
background-color: #8F505C;
}
.BgClassName
{
background-color: #8F505C;
}
</style>
border-color css
<style>
span { border-color: #8F505C; }
span { border-color: rgb(143,80,92); }
td.TdClassName
{
border-color: #8F505C;
}
.TagClassName
{
border-color: #8F505C;
}
</style>