Shades of Vin Rouge #935C5D
Tints of Vin Rouge #935C5D
RGB
CMYK
RGB Variations
Color information
#935C5D (or 0x935C5D) is known color: Vin Rouge. HEX triplet: 93, 5C and 5D. RGB value is (147,92,93). Sum of RGB (Red+Green+Blue) = 147+92+93=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 93 (36.72% from 255 or 28.01% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #935C5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C5D is #6CA3A2. Grayscale: #6C6C6C. Windows color (decimal): -7119779 or 6118547. OLE color: 6118547.
HSL color Cylindrical-coordinate representation of color #935C5D: hue angle of 358.91º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935C5D is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 92 | 93 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.42 |
| HSL | 358.91º | 0.23% | 0.47% | - |
| HSV(B) | 358.91º | 0.37% | 0.58% | - |
| XYZ | 17.84 | 14.65 | 12.24 | - |
| YUV | 108.56 | 119.22 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 92 | 93 | 0 | 0.37 | 0.37 | 0.42 | 358.91 | 0.23 | 0.47 |
| Hex | 93 | 5C | 5D | 0 | 25 | 25 | 2A | 167 | 17 | 2F |
| Octal | 223 | 134 | 135 | 0 | 45 | 45 | 52 | 547 | 27 | 57 |
| Binary | 10010011 | 1011100 | 1011101 | 0 | 100101 | 100101 | 101010 | 101100111 | 10111 | 101111 |
Color Harmonies of #935C5D
Complementary color
Monochromatic Colors of #935C5D
Black with #935C5D
Text Example
Text Example
White with #935C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935C5D; }
p { color: rgb(147,92,93); }
H1.HeaderClassName
{
color: #935C5D;
}
.AnyTagClassName
{
color: #935C5D;
}
</style>
background-color css
<style>
a { background-color: #935C5D; }
a { background-color: rgb(147,92,93); }
div.DivClassName
{
background-color: #935C5D;
}
.BgClassName
{
background-color: #935C5D;
}
</style>
border-color css
<style>
span { border-color: #935C5D; }
span { border-color: rgb(147,92,93); }
td.TdClassName
{
border-color: #935C5D;
}
.TagClassName
{
border-color: #935C5D;
}
</style>