Shades of Vin Rouge #935967
Tints of Vin Rouge #935967
RGB
CMYK
RGB Variations
Color information
#935967 (or 0x935967) is known color: Vin Rouge. HEX triplet: 93, 59 and 67. RGB value is (147,89,103). Sum of RGB (Red+Green+Blue) = 147+89+103=339 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.36% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 147 - color contains mainly: red. Hex color #935967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935967 is #6CA698. Grayscale: #6B6B6B. Windows color (decimal): -7120537 or 6773139. OLE color: 6773139.
HSL color Cylindrical-coordinate representation of color #935967: hue angle of 345.52º degrees, saturation: 0.25, 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 #935967 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 89 | 103 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.42 |
| HSL | 345.52º | 0.25% | 0.46% | - |
| HSV(B) | 345.52º | 0.39% | 0.58% | - |
| XYZ | 18.05 | 14.33 | 14.65 | - |
| YUV | 107.94 | 125.22 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 103 | 0 | 0.39 | 0.30 | 0.42 | 345.52 | 0.25 | 0.46 |
| Hex | 93 | 59 | 67 | 0 | 27 | 1E | 2A | 15A | 19 | 2E |
| Octal | 223 | 131 | 147 | 0 | 47 | 36 | 52 | 532 | 31 | 56 |
| Binary | 10010011 | 1011001 | 1100111 | 0 | 100111 | 11110 | 101010 | 101011010 | 11001 | 101110 |
Color Harmonies of #935967
Complementary color
Monochromatic Colors of #935967
Black with #935967
Text Example
Text Example
White with #935967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935967; }
p { color: rgb(147,89,103); }
H1.HeaderClassName
{
color: #935967;
}
.AnyTagClassName
{
color: #935967;
}
</style>
background-color css
<style>
a { background-color: #935967; }
a { background-color: rgb(147,89,103); }
div.DivClassName
{
background-color: #935967;
}
.BgClassName
{
background-color: #935967;
}
</style>
border-color css
<style>
span { border-color: #935967; }
span { border-color: rgb(147,89,103); }
td.TdClassName
{
border-color: #935967;
}
.TagClassName
{
border-color: #935967;
}
</style>