Shades of Vin Rouge #8C525A
Tints of Vin Rouge #8C525A
RGB
CMYK
RGB Variations
Color information
#8C525A (or 0x8C525A) is known color: Vin Rouge. HEX triplet: 8C, 52 and 5A. RGB value is (140,82,90). Sum of RGB (Red+Green+Blue) = 140+82+90=312 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.87% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 140 - color contains mainly: red. Hex color #8C525A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C525A is #73ADA5. Grayscale: #646464. Windows color (decimal): -7581094 or 5919372. OLE color: 5919372.
HSL color Cylindrical-coordinate representation of color #8C525A: hue angle of 351.72º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C525A is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 90 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.45 |
| HSL | 351.72º | 0.26% | 0.44% | - |
| HSV(B) | 351.72º | 0.41% | 0.55% | - |
| XYZ | 15.68 | 12.35 | 11.23 | - |
| YUV | 100.25 | 122.22 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 90 | 0 | 0.41 | 0.36 | 0.45 | 351.72 | 0.26 | 0.44 |
| Hex | 8C | 52 | 5A | 0 | 29 | 24 | 2D | 160 | 1A | 2C |
| Octal | 214 | 122 | 132 | 0 | 51 | 44 | 55 | 540 | 32 | 54 |
| Binary | 10001100 | 1010010 | 1011010 | 0 | 101001 | 100100 | 101101 | 101100000 | 11010 | 101100 |
Color Harmonies of #8C525A
Complementary color
Monochromatic Colors of #8C525A
Black with #8C525A
Text Example
Text Example
White with #8C525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C525A; }
p { color: rgb(140,82,90); }
H1.HeaderClassName
{
color: #8C525A;
}
.AnyTagClassName
{
color: #8C525A;
}
</style>
background-color css
<style>
a { background-color: #8C525A; }
a { background-color: rgb(140,82,90); }
div.DivClassName
{
background-color: #8C525A;
}
.BgClassName
{
background-color: #8C525A;
}
</style>
border-color css
<style>
span { border-color: #8C525A; }
span { border-color: rgb(140,82,90); }
td.TdClassName
{
border-color: #8C525A;
}
.TagClassName
{
border-color: #8C525A;
}
</style>