#955366

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

Shades of Vin Rouge #955366

Tints of Vin Rouge #955366

Color information

#955366 (or 0x955366) is unknown color: approx Vin Rouge. HEX triplet: 95, 53 and 66. RGB value is (149,83,102). Sum of RGB (Red+Green+Blue) = 149+83+102=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 149 - color contains mainly: red. Hex color #955366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955366 is #6AAC99. Grayscale: #686868. Windows color (decimal): -6991002 or 6706069. OLE color: 6706069.

HSL color Cylindrical-coordinate representation of color #955366: hue angle of 342.73º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955366 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14983102-
CMYK00.440.320.42
HSL342.73º28.45%45.49%-
HSV(B)342.73º44.3%58.43%-
XYZ17.8913.5414.24-
YUV104.9126.37159.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.61%
GREEN value IS 83 (32.81% from 255) = 24.85%
BLUE value IS 102 (40.23% from 255) = 30.54%
R=44.61%
G=24.85%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498310200.440.320.42342.7328.4545.49
Hex95536602C202A1571c2d
Octal22512314605440525273455
Binary1001010110100111100110010110010000010101010101011111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955366; }

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

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

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

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

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

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

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

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