#935560

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

Shades of Vin Rouge #935560

Tints of Vin Rouge #935560

Color information

#935560 (or 0x935560) is unknown color: approx Vin Rouge. HEX triplet: 93, 55 and 60. RGB value is (147,85,96). Sum of RGB (Red+Green+Blue) = 147+85+96=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 85 (33.59% from 255 or 25.91% from 328); Blue value is 96 (37.89% from 255 or 29.27% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #935560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935560 is #6CAA9F. Grayscale: #686868. Windows color (decimal): -7121568 or 6313363. OLE color: 6313363.

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

Color convert

RGB1478596-
CMYK00.420.350.42
HSL349.35º26.72%45.49%-
HSV(B)349.35º42.18%57.65%-
XYZ17.3913.5412.76-
YUV104.79123.04158.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.82%
GREEN value IS 85 (33.59% from 255) = 25.91%
BLUE value IS 96 (37.89% from 255) = 29.27%
R=44.82%
G=25.91%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147859600.420.350.42349.3526.7245.49
Hex93556002A232A15d1b2d
Octal22312514005243525353355
Binary1001001110101011100000010101010001110101010101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935560; }

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

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

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

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

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

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

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

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