#965561

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

Shades of Vin Rouge #965561

Tints of Vin Rouge #965561

Color information

#965561 (or 0x965561) is unknown color: approx Vin Rouge. HEX triplet: 96, 55 and 61. RGB value is (150,85,97). Sum of RGB (Red+Green+Blue) = 150+85+97=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 97 (38.28% from 255 or 29.22% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #965561 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965561 is #69AA9E. Grayscale: #696969. Windows color (decimal): -6924959 or 6378902. OLE color: 6378902.

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

Color convert

RGB1508597-
CMYK00.430.350.41
HSL348.92º27.66%46.08%-
HSV(B)348.92º43.33%58.82%-
XYZ17.9813.8413.03-
YUV105.8123.03159.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 85 (33.59% from 255) = 25.60%
BLUE value IS 97 (38.28% from 255) = 29.22%
R=45.18%
G=25.60%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150859700.430.350.41348.9227.6646.08
Hex96556102B232915d1c2e
Octal22612514105343515353456
Binary1001011010101011100001010101110001110100110101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965561; }

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

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

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

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

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

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

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

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