Html Css Color HEX #952161 Lipstick

📋 copy color: '#952161'

red 149 ◦ green 33 ◦ blue 97

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

Shades of Lipstick #952161

Tints of Lipstick #952161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 34.77%

R = 53.41%
G = 11.83%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#952161 (or 0x952161) is known color: Lipstick. HEX triplet: 95, 21 and 61. RGB value is (149,33,97). Sum of RGB (Red+Green+Blue) = 149+33+97=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 97 (38.28% from 255 or 34.77% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #952161 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952161 is #6ADE9E. Grayscale: #4A4A4A. Windows color (decimal): -7003807 or 6365589. OLE color: 6365589.

HSL color Cylindrical-coordinate representation of color #952161: hue angle of 326.9º 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 #952161 is Cyan = 0, Magento = 0.78, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 97 -
CMYK 0 0.78 0.35 0.42
HSL 326.9º 0.64% 0.36% -
HSV(B) 326.9º 0.78% 0.58% -
XYZ 15.1 8.34 12.12 -
YUV 74.98 140.43 180.8 -
System Red Green Blue C M Y K H S L
Decimal 149 33 97 0 0.78 0.35 0.42 326.9 0.64 0.36
Hex 95 21 61 0 4E 23 2A 147 40 24
Octal 225 41 141 0 116 43 52 507 100 44
Binary 10010101 100001 1100001 0 1001110 100011 101010 101000111 1000000 100100

Color Harmonies of #952161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952161

Black with #952161

Text Example


Text Example

White with #952161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952161; }

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

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

background-color css

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

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

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

border-color css

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

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

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