Shades of Vin Rouge #935A5D
Tints of Vin Rouge #935A5D
RGB
CMYK
RGB Variations
Color information
#935A5D (or 0x935A5D) is known color: Vin Rouge. HEX triplet: 93, 5A and 5D. RGB value is (147,90,93). Sum of RGB (Red+Green+Blue) = 147+90+93=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 147 - color contains mainly: red. Hex color #935A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A5D is #6CA5A2. Grayscale: #6B6B6B. Windows color (decimal): -7120291 or 6118035. OLE color: 6118035.
HSL color Cylindrical-coordinate representation of color #935A5D: hue angle of 356.84º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935A5D is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 93 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.42 |
| HSL | 356.84º | 0.24% | 0.46% | - |
| HSV(B) | 356.84º | 0.39% | 0.58% | - |
| XYZ | 17.66 | 14.31 | 12.19 | - |
| YUV | 107.39 | 119.88 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 93 | 0 | 0.39 | 0.37 | 0.42 | 356.84 | 0.24 | 0.46 |
| Hex | 93 | 5A | 5D | 0 | 27 | 25 | 2A | 165 | 18 | 2E |
| Octal | 223 | 132 | 135 | 0 | 47 | 45 | 52 | 545 | 30 | 56 |
| Binary | 10010011 | 1011010 | 1011101 | 0 | 100111 | 100101 | 101010 | 101100101 | 11000 | 101110 |
Color Harmonies of #935A5D
Complementary color
Monochromatic Colors of #935A5D
Black with #935A5D
Text Example
Text Example
White with #935A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A5D; }
p { color: rgb(147,90,93); }
H1.HeaderClassName
{
color: #935A5D;
}
.AnyTagClassName
{
color: #935A5D;
}
</style>
background-color css
<style>
a { background-color: #935A5D; }
a { background-color: rgb(147,90,93); }
div.DivClassName
{
background-color: #935A5D;
}
.BgClassName
{
background-color: #935A5D;
}
</style>
border-color css
<style>
span { border-color: #935A5D; }
span { border-color: rgb(147,90,93); }
td.TdClassName
{
border-color: #935A5D;
}
.TagClassName
{
border-color: #935A5D;
}
</style>