Html Css Color HEX #952969 Lipstick

📋 copy color: '#952969'

red 149 ◦ green 41 ◦ blue 105

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

Shades of Lipstick #952969

Tints of Lipstick #952969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 50.51%
G = 13.9%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#952969 (or 0x952969) is known color: Lipstick. HEX triplet: 95, 29 and 69. RGB value is (149,41,105). Sum of RGB (Red+Green+Blue) = 149+41+105=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #952969 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952969 is #6AD696. Grayscale: #505050. Windows color (decimal): -7001751 or 6891925. OLE color: 6891925.

HSL color Cylindrical-coordinate representation of color #952969: hue angle of 324.44º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952969 is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 105 -
CMYK 0 0.72 0.30 0.42
HSL 324.44º 0.57% 0.37% -
HSV(B) 324.44º 0.72% 0.58% -
XYZ 15.74 9 14.27 -
YUV 80.59 141.78 176.8 -
System Red Green Blue C M Y K H S L
Decimal 149 41 105 0 0.72 0.30 0.42 324.44 0.57 0.37
Hex 95 29 69 0 48 1E 2A 144 39 25
Octal 225 51 151 0 110 36 52 504 71 45
Binary 10010101 101001 1101001 0 1001000 11110 101010 101000100 111001 100101

Color Harmonies of #952969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952969

Black with #952969

Text Example


Text Example

White with #952969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952969; }

 p { color: rgb(149,41,105); }

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

background-color css

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

 a { background-color: rgb(149,41,105); }

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

border-color css

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

 span { border-color: rgb(149,41,105); }

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