#965460

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

Shades of Vin Rouge #965460

Tints of Vin Rouge #965460

Color information

#965460 (or 0x965460) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 60. RGB value is (150,84,96). Sum of RGB (Red+Green+Blue) = 150+84+96=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 84 (33.20% from 255 or 25.45% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #965460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965460 is #69AB9F. Grayscale: #696969. Windows color (decimal): -6925216 or 6313110. OLE color: 6313110.

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

Color convert

RGB1508496-
CMYK00.440.360.41
HSL349.09º28.21%45.88%-
HSV(B)349.09º44%58.82%-
XYZ17.8613.6712.76-
YUV105.1122.87160.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 84 (33.20% from 255) = 25.45%
BLUE value IS 96 (37.89% from 255) = 29.09%
R=45.45%
G=25.45%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150849600.440.360.41349.0928.2145.88
Hex96546002C242915d1c2e
Octal22612414005444515353456
Binary1001011010101001100000010110010010010100110101110111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965460; }

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

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

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

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

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

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

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

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