#955660

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

Shades of Vin Rouge #955660

Tints of Vin Rouge #955660

Color information

#955660 (or 0x955660) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 60. RGB value is (149,86,96). Sum of RGB (Red+Green+Blue) = 149+86+96=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 86 (33.98% from 255 or 25.98% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #955660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955660 is #6AA99F. Grayscale: #6A6A6A. Windows color (decimal): -6990240 or 6313621. OLE color: 6313621.

HSL color Cylindrical-coordinate representation of color #955660: hue angle of 350.48º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955660 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1498696-
CMYK00.420.360.42
HSL350.48º26.81%46.08%-
HSV(B)350.48º42.28%58.43%-
XYZ17.8313.8912.81-
YUV105.98122.37158.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.02%
GREEN value IS 86 (33.98% from 255) = 25.98%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=45.02%
G=25.98%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149869600.420.360.42350.4826.8146.08
Hex95566002A242A15e1b2e
Octal22512614005244525363356
Binary1001010110101101100000010101010010010101010101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955660; }

 p { color: rgb(149,86,96); }

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

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

 a { background-color: rgb(149,86,96); }

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

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

 span { border-color: rgb(149,86,96); }

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