Shades of Vin Rouge #8F525A
Tints of Vin Rouge #8F525A
RGB
CMYK
RGB Variations
Color information
#8F525A (or 0x8F525A) is known color: Vin Rouge. HEX triplet: 8F, 52 and 5A. RGB value is (143,82,90). Sum of RGB (Red+Green+Blue) = 143+82+90=315 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.40% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 90 (35.55% from 255 or 28.57% from 315); Max value from RGB is 143 - color contains mainly: red. Hex color #8F525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F525A is #70ADA5. Grayscale: #656565. Windows color (decimal): -7384486 or 5919375. OLE color: 5919375.
HSL color Cylindrical-coordinate representation of color #8F525A: hue angle of 352.13º 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 #8F525A is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 82 | 90 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.44 |
| HSL | 352.13º | 0.27% | 0.44% | - |
| HSV(B) | 352.13º | 0.43% | 0.56% | - |
| XYZ | 16.19 | 12.61 | 11.25 | - |
| YUV | 101.15 | 121.71 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 90 | 0 | 0.43 | 0.37 | 0.44 | 352.13 | 0.27 | 0.44 |
| Hex | 8F | 52 | 5A | 0 | 2B | 25 | 2C | 160 | 1B | 2C |
| Octal | 217 | 122 | 132 | 0 | 53 | 45 | 54 | 540 | 33 | 54 |
| Binary | 10001111 | 1010010 | 1011010 | 0 | 101011 | 100101 | 101100 | 101100000 | 11011 | 101100 |
Color Harmonies of #8F525A
Complementary color
Monochromatic Colors of #8F525A
Black with #8F525A
Text Example
Text Example
White with #8F525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F525A; }
p { color: rgb(143,82,90); }
H1.HeaderClassName
{
color: #8F525A;
}
.AnyTagClassName
{
color: #8F525A;
}
</style>
background-color css
<style>
a { background-color: #8F525A; }
a { background-color: rgb(143,82,90); }
div.DivClassName
{
background-color: #8F525A;
}
.BgClassName
{
background-color: #8F525A;
}
</style>
border-color css
<style>
span { border-color: #8F525A; }
span { border-color: rgb(143,82,90); }
td.TdClassName
{
border-color: #8F525A;
}
.TagClassName
{
border-color: #8F525A;
}
</style>