#935565

Color #935565 Vin Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vin Rouge #935565

Tints of Vin Rouge #935565

Color information

#935565 (or 0x935565) is unknown color: approx Vin Rouge. HEX triplet: 93, 55 and 65. RGB value is (147,85,101). Sum of RGB (Red+Green+Blue) = 147+85+101=333 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.14% from 333); Green value is 85 (33.59% from 255 or 25.53% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 147 - color contains mainly: red. Hex color #935565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935565 is #6CAA9A. Grayscale: #696969. Windows color (decimal): -7121563 or 6641043. OLE color: 6641043.

HSL color Cylindrical-coordinate representation of color #935565: hue angle of 344.52º 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 #935565 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB14785101-
CMYK00.420.310.42
HSL344.52º26.72%45.49%-
HSV(B)344.52º42.18%57.65%-
XYZ17.6313.6414.02-
YUV105.36125.54157.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 44.14%
GREEN value IS 85 (33.59% from 255) = 25.53%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=44.14%
G=25.53%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478510100.420.310.42344.5226.7245.49
Hex93556502A1F2A1591b2d
Octal22312514505237525313355
Binary100100111010101110010101010101111110101010101100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935565; }

 p { color: rgb(147,85,101); }

 H1.HeaderClassName
 {
   color: #935565;
 }
 .AnyTagClassName
 {
   color: #935565;
 }
</style>
background-color css

<style>
 a { background-color: #935565; }

 a { background-color: rgb(147,85,101); }

 div.DivClassName
 {
   background-color: #935565;
 }
 .BgClassName
 {
   background-color: #935565;
 }
</style>
border-color css

<style>
 span { border-color: #935565; }

 span { border-color: rgb(147,85,101); }

 td.TdClassName
 {
   border-color: #935565;
 }
 .TagClassName
 {
   border-color: #935565;
 }
</style>