Html Css Color HEX #953764 Lipstick

📋 copy color: '#953764'

red 149 ◦ green 55 ◦ blue 100

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

Shades of Lipstick #953764

Tints of Lipstick #953764

RGB

 RED value IS 149 (58.59% from 255) = 49.01%

 GREEN value IS 55 (21.88% from 255) = 18.09%

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

R = 49.01%
G = 18.09%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#953764 (or 0x953764) is known color: Lipstick. HEX triplet: 95, 37 and 64. RGB value is (149,55,100). Sum of RGB (Red+Green+Blue) = 149+55+100=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #953764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #953764 is #6AC89B. Grayscale: #585858. Windows color (decimal): -6998172 or 6567829. OLE color: 6567829.

HSL color Cylindrical-coordinate representation of color #953764: hue angle of 331.28º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953764 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 100 -
CMYK 0 0.63 0.33 0.42
HSL 331.28º 0.46% 0.4% -
HSV(B) 331.28º 0.63% 0.58% -
XYZ 16.06 10.04 13.15 -
YUV 88.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 149 55 100 0 0.63 0.33 0.42 331.28 0.46 0.4
Hex 95 37 64 0 3F 21 2A 14B 2E 28
Octal 225 67 144 0 77 41 52 513 56 50
Binary 10010101 110111 1100100 0 111111 100001 101010 101001011 101110 101000

Color Harmonies of #953764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953764

Black with #953764

Text Example


Text Example

White with #953764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953764; }

 p { color: rgb(149,55,100); }

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

background-color css

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

 a { background-color: rgb(149,55,100); }

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

border-color css

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

 span { border-color: rgb(149,55,100); }

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