Html Css Color HEX #952E47 Lipstick

📋 copy color: '#952E47'

red 149 ◦ green 46 ◦ blue 71

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

Shades of Lipstick #952E47

Tints of Lipstick #952E47

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.29%

 BLUE value IS 71 (28.13% from 255) = 26.69%

R = 56.02%
G = 17.29%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#952E47 (or 0x952E47) is known color: Lipstick. HEX triplet: 95, 2E and 47. RGB value is (149,46,71). Sum of RGB (Red+Green+Blue) = 149+46+71=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #952E47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E47 is #6AD1B8. Grayscale: #4F4F4F. Windows color (decimal): -7000505 or 4664981. OLE color: 4664981.

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

Color convert

RGB 149 46 71 -
CMYK 0 0.69 0.52 0.42
HSL 345.44º 0.53% 0.38% -
HSV(B) 345.44º 0.69% 0.58% -
XYZ 14.51 8.8 6.89 -
YUV 79.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 149 46 71 0 0.69 0.52 0.42 345.44 0.53 0.38
Hex 95 2E 47 0 45 34 2A 159 35 26
Octal 225 56 107 0 105 64 52 531 65 46
Binary 10010101 101110 1000111 0 1000101 110100 101010 101011001 110101 100110

Color Harmonies of #952E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E47

Black with #952E47

Text Example


Text Example

White with #952E47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,46,71); }

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

background-color css

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

 a { background-color: rgb(149,46,71); }

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

border-color css

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

 span { border-color: rgb(149,46,71); }

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