Shades of Vin Rouge #885C5E
Tints of Vin Rouge #885C5E
RGB
CMYK
RGB Variations
Color information
#885C5E (or 0x885C5E) is known color: Vin Rouge. HEX triplet: 88, 5C and 5E. RGB value is (136,92,94). Sum of RGB (Red+Green+Blue) = 136+92+94=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 92 (36.33% from 255 or 28.57% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #885C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885C5E is #77A3A1. Grayscale: #696969. Windows color (decimal): -7840674 or 6184072. OLE color: 6184072.
HSL color Cylindrical-coordinate representation of color #885C5E: hue angle of 357.27º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #885C5E is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
RGB | 136 | 92 | 94 | - |
CMYK | 0 | 0.32 | 0.31 | 0.47 |
HSL | 357.27º | 0.19% | 0.45% | - |
HSV(B) | 357.27º | 0.32% | 0.53% | - |
XYZ | 16 | 13.7 | 12.39 | - |
YUV | 105.38 | 121.58 | 149.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 136 | 92 | 94 | 0 | 0.32 | 0.31 | 0.47 | 357.27 | 0.19 | 0.45 |
Hex | 88 | 5C | 5E | 0 | 20 | 1F | 2F | 165 | 13 | 2D |
Octal | 210 | 134 | 136 | 0 | 40 | 37 | 57 | 545 | 23 | 55 |
Binary | 10001000 | 1011100 | 1011110 | 0 | 100000 | 11111 | 101111 | 101100101 | 10011 | 101101 |
Color Harmonies of #885C5E
Complementary color
Monochromatic Colors of #885C5E
Black with #885C5E
Text Example
Text Example
White with #885C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885C5E; }
p { color: rgb(136,92,94); }
H1.HeaderClassName
{
color: #885C5E;
}
.AnyTagClassName
{
color: #885C5E;
}
</style>
background-color css
<style>
a { background-color: #885C5E; }
a { background-color: rgb(136,92,94); }
div.DivClassName
{
background-color: #885C5E;
}
.BgClassName
{
background-color: #885C5E;
}
</style>
border-color css
<style>
span { border-color: #885C5E; }
span { border-color: rgb(136,92,94); }
td.TdClassName
{
border-color: #885C5E;
}
.TagClassName
{
border-color: #885C5E;
}
</style>