Html Css Color HEX #952166 Lipstick

📋 copy color: '#952166'

red 149 ◦ green 33 ◦ blue 102

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

Shades of Lipstick #952166

Tints of Lipstick #952166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 52.46%
G = 11.62%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#952166 (or 0x952166) is known color: Lipstick. HEX triplet: 95, 21 and 66. RGB value is (149,33,102). Sum of RGB (Red+Green+Blue) = 149+33+102=284 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.46% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 149 - color contains mainly: red. Hex color #952166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952166 is #6ADE99. Grayscale: #4B4B4B. Windows color (decimal): -7003802 or 6693269. OLE color: 6693269.

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

Color convert

RGB 149 33 102 -
CMYK 0 0.78 0.32 0.42
HSL 324.31º 0.64% 0.36% -
HSV(B) 324.31º 0.78% 0.58% -
XYZ 15.34 8.44 13.39 -
YUV 75.55 142.93 180.39 -
System Red Green Blue C M Y K H S L
Decimal 149 33 102 0 0.78 0.32 0.42 324.31 0.64 0.36
Hex 95 21 66 0 4E 20 2A 144 40 24
Octal 225 41 146 0 116 40 52 504 100 44
Binary 10010101 100001 1100110 0 1001110 100000 101010 101000100 1000000 100100

Color Harmonies of #952166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952166

Black with #952166

Text Example


Text Example

White with #952166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952166; }

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

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

background-color css

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

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

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

border-color css

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

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

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