Shades of Vin Rouge #8C5A63
Tints of Vin Rouge #8C5A63
RGB
CMYK
RGB Variations
Color information
#8C5A63 (or 0x8C5A63) is known color: Vin Rouge. HEX triplet: 8C, 5A and 63. RGB value is (140,90,99). Sum of RGB (Red+Green+Blue) = 140+90+99=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5A63 is #73A59C. Grayscale: #696969. Windows color (decimal): -7579037 or 6511244. OLE color: 6511244.
HSL color Cylindrical-coordinate representation of color #8C5A63: hue angle of 349.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8C5A63 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 90 | 99 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.45 |
| HSL | 349.2º | 0.22% | 0.45% | - |
| HSV(B) | 349.2º | 0.36% | 0.55% | - |
| XYZ | 16.72 | 13.79 | 13.58 | - |
| YUV | 105.98 | 124.07 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 90 | 99 | 0 | 0.36 | 0.29 | 0.45 | 349.2 | 0.22 | 0.45 |
| Hex | 8C | 5A | 63 | 0 | 24 | 1D | 2D | 15D | 16 | 2D |
| Octal | 214 | 132 | 143 | 0 | 44 | 35 | 55 | 535 | 26 | 55 |
| Binary | 10001100 | 1011010 | 1100011 | 0 | 100100 | 11101 | 101101 | 101011101 | 10110 | 101101 |
Color Harmonies of #8C5A63
Complementary color
Monochromatic Colors of #8C5A63
Black with #8C5A63
Text Example
Text Example
White with #8C5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5A63; }
p { color: rgb(140,90,99); }
H1.HeaderClassName
{
color: #8C5A63;
}
.AnyTagClassName
{
color: #8C5A63;
}
</style>
background-color css
<style>
a { background-color: #8C5A63; }
a { background-color: rgb(140,90,99); }
div.DivClassName
{
background-color: #8C5A63;
}
.BgClassName
{
background-color: #8C5A63;
}
</style>
border-color css
<style>
span { border-color: #8C5A63; }
span { border-color: rgb(140,90,99); }
td.TdClassName
{
border-color: #8C5A63;
}
.TagClassName
{
border-color: #8C5A63;
}
</style>