Shades of Vin Rouge #935567
Tints of Vin Rouge #935567
RGB
CMYK
RGB Variations
Color information
#935567 (or 0x935567) is known color: Vin Rouge. HEX triplet: 93, 55 and 67. RGB value is (147,85,103). Sum of RGB (Red+Green+Blue) = 147+85+103=335 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.88% from 335); Green value is 85 (33.59% from 255 or 25.37% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 147 - color contains mainly: red. Hex color #935567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935567 is #6CAA98. Grayscale: #696969. Windows color (decimal): -7121561 or 6772115. OLE color: 6772115.
HSL color Cylindrical-coordinate representation of color #935567: hue angle of 342.58º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #935567 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 85 | 103 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.42 |
| HSL | 342.58º | 0.27% | 0.45% | - |
| HSV(B) | 342.58º | 0.42% | 0.58% | - |
| XYZ | 17.73 | 13.68 | 14.54 | - |
| YUV | 105.59 | 126.54 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 103 | 0 | 0.42 | 0.30 | 0.42 | 342.58 | 0.27 | 0.45 |
| Hex | 93 | 55 | 67 | 0 | 2A | 1E | 2A | 157 | 1B | 2D |
| Octal | 223 | 125 | 147 | 0 | 52 | 36 | 52 | 527 | 33 | 55 |
| Binary | 10010011 | 1010101 | 1100111 | 0 | 101010 | 11110 | 101010 | 101010111 | 11011 | 101101 |
Color Harmonies of #935567
Complementary color
Monochromatic Colors of #935567
Black with #935567
Text Example
Text Example
White with #935567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935567; }
p { color: rgb(147,85,103); }
H1.HeaderClassName
{
color: #935567;
}
.AnyTagClassName
{
color: #935567;
}
</style>
background-color css
<style>
a { background-color: #935567; }
a { background-color: rgb(147,85,103); }
div.DivClassName
{
background-color: #935567;
}
.BgClassName
{
background-color: #935567;
}
</style>
border-color css
<style>
span { border-color: #935567; }
span { border-color: rgb(147,85,103); }
td.TdClassName
{
border-color: #935567;
}
.TagClassName
{
border-color: #935567;
}
</style>