#964F67

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

Shades of Vin Rouge #964F67

Tints of Vin Rouge #964F67

Color information

#964F67 (or 0x964F67) is unknown color: approx Vin Rouge. HEX triplet: 96, 4F and 67. RGB value is (150,79,103). Sum of RGB (Red+Green+Blue) = 150+79+103=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #964F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F67 is #69B098. Grayscale: #666666. Windows color (decimal): -6926489 or 6770582. OLE color: 6770582.

HSL color Cylindrical-coordinate representation of color #964F67: hue angle of 339.72º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #964F67 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15079103-
CMYK00.470.310.41
HSL339.72º31%44.9%-
HSV(B)339.72º47.33%58.82%-
XYZ17.8213.0614.41-
YUV102.96128.02161.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.18%
GREEN value IS 79 (31.25% from 255) = 23.80%
BLUE value IS 103 (40.62% from 255) = 31.02%
R=45.18%
G=23.80%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507910300.470.310.41339.723144.9
Hex964F6702F1F291541f2d
Octal22611714705737515243755
Binary100101101001111110011101011111111110100110101010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964F67; }

 p { color: rgb(150,79,103); }

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

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

 a { background-color: rgb(150,79,103); }

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

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

 span { border-color: rgb(150,79,103); }

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