#955669

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

Shades of Vin Rouge #955669

Tints of Vin Rouge #955669

Color information

#955669 (or 0x955669) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 69. RGB value is (149,86,105). Sum of RGB (Red+Green+Blue) = 149+86+105=340 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.82% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 105 (41.41% from 255 or 30.88% from 340); Max value from RGB is 149 - color contains mainly: red. Hex color #955669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955669 is #6AA996. Grayscale: #6A6A6A. Windows color (decimal): -6990231 or 6903445. OLE color: 6903445.

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

Color convert

RGB14986105-
CMYK00.420.300.42
HSL341.9º26.81%46.08%-
HSV(B)341.9º42.28%58.43%-
XYZ18.2714.0715.12-
YUV107126.87157.96-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.82%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 105 (41.41% from 255) = 30.88%
R=43.82%
G=25.29%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498610500.420.300.42341.926.8146.08
Hex95566902A1E2A1561b2e
Octal22512615105236525263356
Binary100101011010110110100101010101111010101010101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955669; }

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

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

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

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

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

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

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

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