#965560

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

Shades of Vin Rouge #965560

Tints of Vin Rouge #965560

Color information

#965560 (or 0x965560) is unknown color: approx Vin Rouge. HEX triplet: 96, 55 and 60. RGB value is (150,85,96). Sum of RGB (Red+Green+Blue) = 150+85+96=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 85 (33.59% from 255 or 25.68% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #965560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965560 is #69AA9F. Grayscale: #696969. Windows color (decimal): -6924960 or 6313366. OLE color: 6313366.

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

Color convert

RGB1508596-
CMYK00.430.360.41
HSL349.85º27.66%46.08%-
HSV(B)349.85º43.33%58.82%-
XYZ17.9413.8312.79-
YUV105.69122.53159.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.32%
GREEN value IS 85 (33.59% from 255) = 25.68%
BLUE value IS 96 (37.89% from 255) = 29.00%
R=45.32%
G=25.68%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150859600.430.360.41349.8527.6646.08
Hex96556002B242915e1c2e
Octal22612514005344515363456
Binary1001011010101011100000010101110010010100110101111011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965560; }

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

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

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

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

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

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

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

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