Html Css Color HEX #952C4A Lipstick

📋 copy color: '#952C4A'

red 149 ◦ green 44 ◦ blue 74

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

Shades of Lipstick #952C4A

Tints of Lipstick #952C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 55.81%
G = 16.48%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#952C4A (or 0x952C4A) is known color: Lipstick. HEX triplet: 95, 2C and 4A. RGB value is (149,44,74). Sum of RGB (Red+Green+Blue) = 149+44+74=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #952C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C4A is #6AD3B5. Grayscale: #4E4E4E. Windows color (decimal): -7001014 or 4861077. OLE color: 4861077.

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

Color convert

RGB 149 44 74 -
CMYK 0 0.70 0.50 0.42
HSL 342.86º 0.54% 0.38% -
HSV(B) 342.86º 0.7% 0.58% -
XYZ 14.53 8.69 7.39 -
YUV 78.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 149 44 74 0 0.70 0.50 0.42 342.86 0.54 0.38
Hex 95 2C 4A 0 46 32 2A 157 36 26
Octal 225 54 112 0 106 62 52 527 66 46
Binary 10010101 101100 1001010 0 1000110 110010 101010 101010111 110110 100110

Color Harmonies of #952C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C4A

Black with #952C4A

Text Example


Text Example

White with #952C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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