#965164

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

Shades of Vin Rouge #965164

Tints of Vin Rouge #965164

Color information

#965164 (or 0x965164) is unknown color: approx Vin Rouge. HEX triplet: 96, 51 and 64. RGB value is (150,81,100). Sum of RGB (Red+Green+Blue) = 150+81+100=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965164 is #69AE9B. Grayscale: #676767. Windows color (decimal): -6925980 or 6574486. OLE color: 6574486.

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

Color convert

RGB15081100-
CMYK00.460.330.41
HSL343.48º29.87%45.29%-
HSV(B)343.48º46%58.82%-
XYZ17.8213.2913.68-
YUV103.8125.86160.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 81 (32.03% from 255) = 24.47%
BLUE value IS 100 (39.45% from 255) = 30.21%
R=45.32%
G=24.47%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508110000.460.330.41343.4829.8745.29
Hex96516402E21291571e2d
Octal22612114405641515273655
Binary1001011010100011100100010111010000110100110101011111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965164; }

 p { color: rgb(150,81,100); }

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

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

 a { background-color: rgb(150,81,100); }

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

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

 span { border-color: rgb(150,81,100); }

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