#955966

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

Shades of Vin Rouge #955966

Tints of Vin Rouge #955966

Color information

#955966 (or 0x955966) is unknown color: approx Vin Rouge. HEX triplet: 95, 59 and 66. RGB value is (149,89,102). Sum of RGB (Red+Green+Blue) = 149+89+102=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #955966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955966 is #6AA699. Grayscale: #6C6C6C. Windows color (decimal): -6989466 or 6707605. OLE color: 6707605.

HSL color Cylindrical-coordinate representation of color #955966: hue angle of 347º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955966 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14989102-
CMYK00.400.320.42
HSL347º25.21%46.67%-
HSV(B)347º40.27%58.43%-
XYZ18.3714.4914.4-
YUV108.42124.38156.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 102 (40.23% from 255) = 30%
R=43.82%
G=26.18%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498910200.400.320.4234725.2146.67
Hex955966028202A15b192f
Octal22513114605040525333157
Binary1001010110110011100110010100010000010101010101101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955966; }

 p { color: rgb(149,89,102); }

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

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

 a { background-color: rgb(149,89,102); }

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

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

 span { border-color: rgb(149,89,102); }

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