Html Css Color HEX #952D5C Lipstick

📋 copy color: '#952D5C'

red 149 ◦ green 45 ◦ blue 92

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

Shades of Lipstick #952D5C

Tints of Lipstick #952D5C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.73%

 BLUE value IS 92 (36.33% from 255) = 32.17%

R = 52.1%
G = 15.73%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#952D5C (or 0x952D5C) is known color: Lipstick. HEX triplet: 95, 2D and 5C. RGB value is (149,45,92). Sum of RGB (Red+Green+Blue) = 149+45+92=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #952D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D5C is #6AD2A3. Grayscale: #515151. Windows color (decimal): -7000740 or 6040981. OLE color: 6040981.

HSL color Cylindrical-coordinate representation of color #952D5C: hue angle of 332.88º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D5C is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 45 92 -
CMYK 0 0.70 0.38 0.42
HSL 332.88º 0.54% 0.38% -
HSV(B) 332.88º 0.7% 0.58% -
XYZ 15.26 9.04 11.07 -
YUV 81.45 133.96 176.18 -
System Red Green Blue C M Y K H S L
Decimal 149 45 92 0 0.70 0.38 0.42 332.88 0.54 0.38
Hex 95 2D 5C 0 46 26 2A 14D 36 26
Octal 225 55 134 0 106 46 52 515 66 46
Binary 10010101 101101 1011100 0 1000110 100110 101010 101001101 110110 100110

Color Harmonies of #952D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952D5C

Black with #952D5C

Text Example


Text Example

White with #952D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952D5C; }

 p { color: rgb(149,45,92); }

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

background-color css

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

 a { background-color: rgb(149,45,92); }

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

border-color css

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

 span { border-color: rgb(149,45,92); }

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