Shades of Vin Rouge #935A5C
Tints of Vin Rouge #935A5C
RGB
CMYK
RGB Variations
Color information
#935A5C (or 0x935A5C) is known color: Vin Rouge. HEX triplet: 93, 5A and 5C. RGB value is (147,90,92). Sum of RGB (Red+Green+Blue) = 147+90+92=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #935A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A5C is #6CA5A3. Grayscale: #6B6B6B. Windows color (decimal): -7120292 or 6052499. OLE color: 6052499.
HSL color Cylindrical-coordinate representation of color #935A5C: hue angle of 357.89º 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 #935A5C is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 90 | 92 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.42 |
| HSL | 357.89º | 0.24% | 0.46% | - |
| HSV(B) | 357.89º | 0.39% | 0.58% | - |
| XYZ | 17.62 | 14.29 | 11.95 | - |
| YUV | 107.27 | 119.38 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 90 | 92 | 0 | 0.39 | 0.37 | 0.42 | 357.89 | 0.24 | 0.46 |
| Hex | 93 | 5A | 5C | 0 | 27 | 25 | 2A | 166 | 18 | 2E |
| Octal | 223 | 132 | 134 | 0 | 47 | 45 | 52 | 546 | 30 | 56 |
| Binary | 10010011 | 1011010 | 1011100 | 0 | 100111 | 100101 | 101010 | 101100110 | 11000 | 101110 |
Color Harmonies of #935A5C
Complementary color
Monochromatic Colors of #935A5C
Black with #935A5C
Text Example
Text Example
White with #935A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935A5C; }
p { color: rgb(147,90,92); }
H1.HeaderClassName
{
color: #935A5C;
}
.AnyTagClassName
{
color: #935A5C;
}
</style>
background-color css
<style>
a { background-color: #935A5C; }
a { background-color: rgb(147,90,92); }
div.DivClassName
{
background-color: #935A5C;
}
.BgClassName
{
background-color: #935A5C;
}
</style>
border-color css
<style>
span { border-color: #935A5C; }
span { border-color: rgb(147,90,92); }
td.TdClassName
{
border-color: #935A5C;
}
.TagClassName
{
border-color: #935A5C;
}
</style>