#965A5D

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

Shades of Vin Rouge #965A5D

Tints of Vin Rouge #965A5D

Color information

#965A5D (or 0x965A5D) is unknown color: approx Vin Rouge. HEX triplet: 96, 5A and 5D. RGB value is (150,90,93). Sum of RGB (Red+Green+Blue) = 150+90+93=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965A5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A5D is #69A5A2. Grayscale: #6C6C6C. Windows color (decimal): -6923683 or 6118038. OLE color: 6118038.

HSL color Cylindrical-coordinate representation of color #965A5D: hue angle of 357º 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 #965A5D is Cyan = 0, Magento = 0.4, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1509093-
CMYK00.40.380.41
HSL357º25%47.06%-
HSV(B)357º40%58.82%-
XYZ18.2114.5912.21-
YUV108.28119.38157.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 90 (35.55% from 255) = 27.03%
BLUE value IS 93 (36.72% from 255) = 27.93%
R=45.05%
G=27.03%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150909300.40.380.413572547.06
Hex965A5D0282629165192f
Octal22613213505046515453157
Binary1001011010110101011101010100010011010100110110010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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