#965566

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

Shades of Vin Rouge #965566

Tints of Vin Rouge #965566

Color information

#965566 (or 0x965566) is unknown color: approx Vin Rouge. HEX triplet: 96, 55 and 66. RGB value is (150,85,102). Sum of RGB (Red+Green+Blue) = 150+85+102=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #965566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965566 is #69AA99. Grayscale: #6A6A6A. Windows color (decimal): -6924954 or 6706582. OLE color: 6706582.

HSL color Cylindrical-coordinate representation of color #965566: hue angle of 344.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965566 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB15085102-
CMYK00.430.320.41
HSL344.31º27.66%46.08%-
HSV(B)344.31º43.33%58.82%-
XYZ18.2213.9414.3-
YUV106.37125.53159.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=44.51%
G=25.22%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508510200.430.320.41344.3127.6646.08
Hex96556602B20291581c2e
Octal22612514605340515303456
Binary1001011010101011100110010101110000010100110101100011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965566; }

 p { color: rgb(150,85,102); }

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

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

 a { background-color: rgb(150,85,102); }

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

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

 span { border-color: rgb(150,85,102); }

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