#965764

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

Shades of Vin Rouge #965764

Tints of Vin Rouge #965764

Color information

#965764 (or 0x965764) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 64. RGB value is (150,87,100). Sum of RGB (Red+Green+Blue) = 150+87+100=337 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.51% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 150 - color contains mainly: red. Hex color #965764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965764 is #69A89B. Grayscale: #6B6B6B. Windows color (decimal): -6924444 or 6576022. OLE color: 6576022.

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

Color convert

RGB15087100-
CMYK00.420.330.41
HSL347.62º26.58%46.47%-
HSV(B)347.62º42%58.82%-
XYZ18.2914.2213.84-
YUV107.32123.87158.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.51%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=44.51%
G=25.82%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508710000.420.330.41347.6226.5846.47
Hex96576402A212915c1b2e
Octal22612714405241515343356
Binary1001011010101111100100010101010000110100110101110011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965764; }

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

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

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

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

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

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

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

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