#965160

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

Shades of Vin Rouge #965160

Tints of Vin Rouge #965160

Color information

#965160 (or 0x965160) is unknown color: approx Vin Rouge. HEX triplet: 96, 51 and 60. RGB value is (150,81,96). Sum of RGB (Red+Green+Blue) = 150+81+96=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #965160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965160 is #69AE9F. Grayscale: #676767. Windows color (decimal): -6925984 or 6312342. OLE color: 6312342.

HSL color Cylindrical-coordinate representation of color #965160: hue angle of 346.96º 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 #965160 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1508196-
CMYK00.460.360.41
HSL346.96º29.87%45.29%-
HSV(B)346.96º46%58.82%-
XYZ17.6313.2112.69-
YUV103.34123.86161.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.87%
GREEN value IS 81 (32.03% from 255) = 24.77%
BLUE value IS 96 (37.89% from 255) = 29.36%
R=45.87%
G=24.77%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150819600.460.360.41346.9629.8745.29
Hex96516002E242915b1e2d
Octal22612114005644515333655
Binary1001011010100011100000010111010010010100110101101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965160; }

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

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

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

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

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

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

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

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