Shades of Vin Rouge #8C535C
Tints of Vin Rouge #8C535C
RGB
CMYK
RGB Variations
Color information
#8C535C (or 0x8C535C) is known color: Vin Rouge. HEX triplet: 8C, 53 and 5C. RGB value is (140,83,92). Sum of RGB (Red+Green+Blue) = 140+83+92=315 (41% of max value = 765). Red value is 140 (55.08% from 255 or 44.44% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 140 - color contains mainly: red. Hex color #8C535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C535C is #73ACA3. Grayscale: #656565. Windows color (decimal): -7580836 or 6050700. OLE color: 6050700.
HSL color Cylindrical-coordinate representation of color #8C535C: hue angle of 350.53º 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 #8C535C is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 92 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.45 |
| HSL | 350.53º | 0.26% | 0.44% | - |
| HSV(B) | 350.53º | 0.41% | 0.55% | - |
| XYZ | 15.84 | 12.53 | 11.71 | - |
| YUV | 101.07 | 122.88 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 92 | 0 | 0.41 | 0.34 | 0.45 | 350.53 | 0.26 | 0.44 |
| Hex | 8C | 53 | 5C | 0 | 29 | 22 | 2D | 15F | 1A | 2C |
| Octal | 214 | 123 | 134 | 0 | 51 | 42 | 55 | 537 | 32 | 54 |
| Binary | 10001100 | 1010011 | 1011100 | 0 | 101001 | 100010 | 101101 | 101011111 | 11010 | 101100 |
Color Harmonies of #8C535C
Complementary color
Monochromatic Colors of #8C535C
Black with #8C535C
Text Example
Text Example
White with #8C535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C535C; }
p { color: rgb(140,83,92); }
H1.HeaderClassName
{
color: #8C535C;
}
.AnyTagClassName
{
color: #8C535C;
}
</style>
background-color css
<style>
a { background-color: #8C535C; }
a { background-color: rgb(140,83,92); }
div.DivClassName
{
background-color: #8C535C;
}
.BgClassName
{
background-color: #8C535C;
}
</style>
border-color css
<style>
span { border-color: #8C535C; }
span { border-color: rgb(140,83,92); }
td.TdClassName
{
border-color: #8C535C;
}
.TagClassName
{
border-color: #8C535C;
}
</style>