Html Css Color HEX #952160 Lipstick

📋 copy color: '#952160'

red 149 ◦ green 33 ◦ blue 96

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

Shades of Lipstick #952160

Tints of Lipstick #952160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 96 (37.89% from 255) = 34.53%

R = 53.6%
G = 11.87%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#952160 (or 0x952160) is known color: Lipstick. HEX triplet: 95, 21 and 60. RGB value is (149,33,96). Sum of RGB (Red+Green+Blue) = 149+33+96=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #952160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952160 is #6ADE9F. Grayscale: #4A4A4A. Windows color (decimal): -7003808 or 6300053. OLE color: 6300053.

HSL color Cylindrical-coordinate representation of color #952160: hue angle of 327.41º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952160 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 96 -
CMYK 0 0.78 0.36 0.42
HSL 327.41º 0.64% 0.36% -
HSV(B) 327.41º 0.78% 0.58% -
XYZ 15.05 8.32 11.88 -
YUV 74.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 149 33 96 0 0.78 0.36 0.42 327.41 0.64 0.36
Hex 95 21 60 0 4E 24 2A 147 40 24
Octal 225 41 140 0 116 44 52 507 100 44
Binary 10010101 100001 1100000 0 1001110 100100 101010 101000111 1000000 100100

Color Harmonies of #952160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952160

Black with #952160

Text Example


Text Example

White with #952160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952160; }

 p { color: rgb(149,33,96); }

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

background-color css

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

 a { background-color: rgb(149,33,96); }

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

border-color css

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

 span { border-color: rgb(149,33,96); }

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