#965A68

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

Shades of Vin Rouge #965A68

Tints of Vin Rouge #965A68

Color information

#965A68 (or 0x965A68) is unknown color: approx Vin Rouge. HEX triplet: 96, 5A and 68. RGB value is (150,90,104). Sum of RGB (Red+Green+Blue) = 150+90+104=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #965A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A68 is #69A597. Grayscale: #6D6D6D. Windows color (decimal): -6923672 or 6838934. OLE color: 6838934.

HSL color Cylindrical-coordinate representation of color #965A68: hue angle of 346º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #965A68 is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15090104-
CMYK00.40.310.41
HSL346º25%47.06%-
HSV(B)346º40%58.82%-
XYZ18.7314.814.97-
YUV109.54124.88156.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 104 (41.02% from 255) = 30.23%
R=43.60%
G=26.16%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1509010400.40.310.413462547.06
Hex965A680281F2915a192f
Octal22613215005037515323157
Binary100101101011010110100001010001111110100110101101011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965A68; }

 p { color: rgb(150,90,104); }

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

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

 a { background-color: rgb(150,90,104); }

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

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

 span { border-color: rgb(150,90,104); }

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