Html Css Color HEX #964E5C Vin Rouge

📋 copy color: '#964E5C'

red 150 ◦ green 78 ◦ blue 92

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

Shades of Vin Rouge #964E5C

Tints of Vin Rouge #964E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 46.88%
G = 24.38%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#964E5C (or 0x964E5C) is known color: Vin Rouge. HEX triplet: 96, 4E and 5C. RGB value is (150,78,92). Sum of RGB (Red+Green+Blue) = 150+78+92=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #964E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964E5C is #69B1A3. Grayscale: #656565. Windows color (decimal): -6926756 or 6049430. OLE color: 6049430.

HSL color Cylindrical-coordinate representation of color #964E5C: hue angle of 348.33º 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 #964E5C is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 78 92 -
CMYK 0 0.48 0.39 0.41
HSL 348.33º 0.32% 0.45% -
HSV(B) 348.33º 0.48% 0.59% -
XYZ 17.23 12.71 11.67 -
YUV 101.12 122.85 162.86 -
System Red Green Blue C M Y K H S L
Decimal 150 78 92 0 0.48 0.39 0.41 348.33 0.32 0.45
Hex 96 4E 5C 0 30 27 29 15C 20 2D
Octal 226 116 134 0 60 47 51 534 40 55
Binary 10010110 1001110 1011100 0 110000 100111 101001 101011100 100000 101101

Color Harmonies of #964E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964E5C

Black with #964E5C

Text Example


Text Example

White with #964E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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