Html Css Color HEX #964F67 Vin Rouge

📋 copy color: '#964F67'

red 150 ◦ green 79 ◦ blue 103

#964F67
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #964F67

Tints of Vin Rouge #964F67

RGB

 RED value IS 150 (58.98% from 255) = 45.18%

 GREEN value IS 79 (31.25% from 255) = 23.8%

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 45.18%
G = 23.8%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#964F67 (or 0x964F67) is known color: 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

RGB 150 79 103 -
CMYK 0 0.47 0.31 0.41
HSL 339.72º 0.31% 0.45% -
HSV(B) 339.72º 0.47% 0.59% -
XYZ 17.82 13.06 14.41 -
YUV 102.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 150 79 103 0 0.47 0.31 0.41 339.72 0.31 0.45
Hex 96 4F 67 0 2F 1F 29 154 1F 2D
Octal 226 117 147 0 57 37 51 524 37 55
Binary 10010110 1001111 1100111 0 101111 11111 101001 101010100 11111 101101

Color Harmonies of #964F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F67

Black with #964F67

Text Example


Text Example

White with #964F67

Text Example


Text Example

HTML Codes & Css Web 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>