Shades of Vin Rouge #8F535E
Tints of Vin Rouge #8F535E
RGB
CMYK
RGB Variations
Color information
#8F535E (or 0x8F535E) is known color: Vin Rouge. HEX triplet: 8F, 53 and 5E. RGB value is (143,83,94). Sum of RGB (Red+Green+Blue) = 143+83+94=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F535E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F535E is #70ACA1. Grayscale: #666666. Windows color (decimal): -7384226 or 6181775. OLE color: 6181775.
HSL color Cylindrical-coordinate representation of color #8F535E: hue angle of 349º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F535E is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 83 | 94 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.44 |
| HSL | 349º | 0.27% | 0.44% | - |
| HSV(B) | 349º | 0.42% | 0.56% | - |
| XYZ | 16.44 | 12.83 | 12.2 | - |
| YUV | 102.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 94 | 0 | 0.42 | 0.34 | 0.44 | 349 | 0.27 | 0.44 |
| Hex | 8F | 53 | 5E | 0 | 2A | 22 | 2C | 15D | 1B | 2C |
| Octal | 217 | 123 | 136 | 0 | 52 | 42 | 54 | 535 | 33 | 54 |
| Binary | 10001111 | 1010011 | 1011110 | 0 | 101010 | 100010 | 101100 | 101011101 | 11011 | 101100 |
Color Harmonies of #8F535E
Complementary color
Monochromatic Colors of #8F535E
Black with #8F535E
Text Example
Text Example
White with #8F535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F535E; }
p { color: rgb(143,83,94); }
H1.HeaderClassName
{
color: #8F535E;
}
.AnyTagClassName
{
color: #8F535E;
}
</style>
background-color css
<style>
a { background-color: #8F535E; }
a { background-color: rgb(143,83,94); }
div.DivClassName
{
background-color: #8F535E;
}
.BgClassName
{
background-color: #8F535E;
}
</style>
border-color css
<style>
span { border-color: #8F535E; }
span { border-color: rgb(143,83,94); }
td.TdClassName
{
border-color: #8F535E;
}
.TagClassName
{
border-color: #8F535E;
}
</style>