Html Css Color HEX #964E63 Vin Rouge

📋 copy color: '#964E63'

red 150 ◦ green 78 ◦ blue 99

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

Shades of Vin Rouge #964E63

Tints of Vin Rouge #964E63

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.85%

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 45.87%
G = 23.85%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#964E63 (or 0x964E63) is known color: Vin Rouge. HEX triplet: 96, 4E and 63. RGB value is (150,78,99). Sum of RGB (Red+Green+Blue) = 150+78+99=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 78 (30.86% from 255 or 23.85% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #964E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E63 is #69B19C. Grayscale: #656565. Windows color (decimal): -6926749 or 6508182. OLE color: 6508182.

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

Color convert

RGB 150 78 99 -
CMYK 0 0.48 0.34 0.41
HSL 342.5º 0.32% 0.45% -
HSV(B) 342.5º 0.48% 0.59% -
XYZ 17.55 12.83 13.36 -
YUV 101.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 150 78 99 0 0.48 0.34 0.41 342.5 0.32 0.45
Hex 96 4E 63 0 30 22 29 156 20 2D
Octal 226 116 143 0 60 42 51 526 40 55
Binary 10010110 1001110 1100011 0 110000 100010 101001 101010110 100000 101101

Color Harmonies of #964E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E63

Black with #964E63

Text Example


Text Example

White with #964E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,78,99); }

 H1.HeaderClassName
 {
   color: #964E63;
 }
 .AnyTagClassName
 {
   color: #964E63;
 }
</style>

background-color css

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

 a { background-color: rgb(150,78,99); }

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

border-color css

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

 span { border-color: rgb(150,78,99); }

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