Html Css Color HEX #952C4E Lipstick

📋 copy color: '#952C4E'

red 149 ◦ green 44 ◦ blue 78

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

Shades of Lipstick #952C4E

Tints of Lipstick #952C4E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.24%

 BLUE value IS 78 (30.86% from 255) = 28.78%

R = 54.98%
G = 16.24%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#952C4E (or 0x952C4E) is known color: Lipstick. HEX triplet: 95, 2C and 4E. RGB value is (149,44,78). Sum of RGB (Red+Green+Blue) = 149+44+78=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 44 (17.58% from 255 or 16.24% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #952C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952C4E is #6AD3B1. Grayscale: #4F4F4F. Windows color (decimal): -7001010 or 5123221. OLE color: 5123221.

HSL color Cylindrical-coordinate representation of color #952C4E: hue angle of 340.57º 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 #952C4E is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 78 -
CMYK 0 0.70 0.48 0.42
HSL 340.57º 0.54% 0.38% -
HSV(B) 340.57º 0.7% 0.58% -
XYZ 14.67 8.74 8.12 -
YUV 79.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 149 44 78 0 0.70 0.48 0.42 340.57 0.54 0.38
Hex 95 2C 4E 0 46 30 2A 155 36 26
Octal 225 54 116 0 106 60 52 525 66 46
Binary 10010101 101100 1001110 0 1000110 110000 101010 101010101 110110 100110

Color Harmonies of #952C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C4E

Black with #952C4E

Text Example


Text Example

White with #952C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,44,78); }

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

background-color css

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

 a { background-color: rgb(149,44,78); }

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

border-color css

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

 span { border-color: rgb(149,44,78); }

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