Html Css Color HEX #963464 Lipstick

📋 copy color: '#963464'

red 150 ◦ green 52 ◦ blue 100

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

Shades of Lipstick #963464

Tints of Lipstick #963464

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

 BLUE value IS 100 (39.45% from 255) = 33.11%

R = 49.67%
G = 17.22%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#963464 (or 0x963464) is known color: Lipstick. HEX triplet: 96, 34 and 64. RGB value is (150,52,100). Sum of RGB (Red+Green+Blue) = 150+52+100=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #963464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963464 is #69CB9B. Grayscale: #565656. Windows color (decimal): -6933404 or 6567062. OLE color: 6567062.

HSL color Cylindrical-coordinate representation of color #963464: hue angle of 330.61º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963464 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 52 100 -
CMYK 0 0.65 0.33 0.41
HSL 330.61º 0.49% 0.4% -
HSV(B) 330.61º 0.65% 0.59% -
XYZ 16.11 9.86 13.11 -
YUV 86.77 135.47 173.1 -
System Red Green Blue C M Y K H S L
Decimal 150 52 100 0 0.65 0.33 0.41 330.61 0.49 0.4
Hex 96 34 64 0 41 21 29 14B 31 28
Octal 226 64 144 0 101 41 51 513 61 50
Binary 10010110 110100 1100100 0 1000001 100001 101001 101001011 110001 101000

Color Harmonies of #963464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963464

Black with #963464

Text Example


Text Example

White with #963464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963464; }

 p { color: rgb(150,52,100); }

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

background-color css

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

 a { background-color: rgb(150,52,100); }

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

border-color css

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

 span { border-color: rgb(150,52,100); }

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