#965559

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

Shades of Vin Rouge #965559

Tints of Vin Rouge #965559

Color information

#965559 (or 0x965559) is unknown color: approx Vin Rouge. HEX triplet: 96, 55 and 59. RGB value is (150,85,89). Sum of RGB (Red+Green+Blue) = 150+85+89=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 89 (35.16% from 255 or 27.47% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #965559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965559 is #69AAA6. Grayscale: #686868. Windows color (decimal): -6924967 or 5854614. OLE color: 5854614.

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

Color convert

RGB1508589-
CMYK00.430.410.41
HSL356.31º27.66%46.08%-
HSV(B)356.31º43.33%58.82%-
XYZ17.6313.711.17-
YUV104.89119.03160.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 85 (33.59% from 255) = 26.23%
BLUE value IS 89 (35.16% from 255) = 27.47%
R=46.30%
G=26.23%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150858900.430.410.41356.3127.6646.08
Hex96555902B29291641c2e
Octal22612513105351515443456
Binary1001011010101011011001010101110100110100110110010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965559; }

 p { color: rgb(150,85,89); }

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

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

 a { background-color: rgb(150,85,89); }

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

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

 span { border-color: rgb(150,85,89); }

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