Shades of Vin Rouge #8F525F
Tints of Vin Rouge #8F525F
RGB
CMYK
RGB Variations
Color information
#8F525F (or 0x8F525F) is known color: Vin Rouge. HEX triplet: 8F, 52 and 5F. RGB value is (143,82,95). Sum of RGB (Red+Green+Blue) = 143+82+95=320 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.69% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 143 - color contains mainly: red. Hex color #8F525F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F525F is #70ADA0. Grayscale: #656565. Windows color (decimal): -7384481 or 6247055. OLE color: 6247055.
HSL color Cylindrical-coordinate representation of color #8F525F: hue angle of 347.21º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F525F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 95 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.44 |
| HSL | 347.21º | 0.27% | 0.44% | - |
| HSV(B) | 347.21º | 0.43% | 0.56% | - |
| XYZ | 16.41 | 12.7 | 12.41 | - |
| YUV | 101.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 95 | 0 | 0.43 | 0.34 | 0.44 | 347.21 | 0.27 | 0.44 |
| Hex | 8F | 52 | 5F | 0 | 2B | 22 | 2C | 15B | 1B | 2C |
| Octal | 217 | 122 | 137 | 0 | 53 | 42 | 54 | 533 | 33 | 54 |
| Binary | 10001111 | 1010010 | 1011111 | 0 | 101011 | 100010 | 101100 | 101011011 | 11011 | 101100 |
Color Harmonies of #8F525F
Complementary color
Monochromatic Colors of #8F525F
Black with #8F525F
Text Example
Text Example
White with #8F525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F525F; }
p { color: rgb(143,82,95); }
H1.HeaderClassName
{
color: #8F525F;
}
.AnyTagClassName
{
color: #8F525F;
}
</style>
background-color css
<style>
a { background-color: #8F525F; }
a { background-color: rgb(143,82,95); }
div.DivClassName
{
background-color: #8F525F;
}
.BgClassName
{
background-color: #8F525F;
}
</style>
border-color css
<style>
span { border-color: #8F525F; }
span { border-color: rgb(143,82,95); }
td.TdClassName
{
border-color: #8F525F;
}
.TagClassName
{
border-color: #8F525F;
}
</style>