Html Css Color HEX #952955 Lipstick

📋 copy color: '#952955'

red 149 ◦ green 41 ◦ blue 85

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

Shades of Lipstick #952955

Tints of Lipstick #952955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.91%

 BLUE value IS 85 (33.59% from 255) = 30.91%

R = 54.18%
G = 14.91%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#952955 (or 0x952955) is known color: Lipstick. HEX triplet: 95, 29 and 55. RGB value is (149,41,85). Sum of RGB (Red+Green+Blue) = 149+41+85=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #952955 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952955 is #6AD6AA. Grayscale: #4E4E4E. Windows color (decimal): -7001771 or 5581205. OLE color: 5581205.

HSL color Cylindrical-coordinate representation of color #952955: hue angle of 335.56º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #952955 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 85 -
CMYK 0 0.72 0.43 0.42
HSL 335.56º 0.57% 0.37% -
HSV(B) 335.56º 0.72% 0.58% -
XYZ 14.83 8.63 9.48 -
YUV 78.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 149 41 85 0 0.72 0.43 0.42 335.56 0.57 0.37
Hex 95 29 55 0 48 2B 2A 150 39 25
Octal 225 51 125 0 110 53 52 520 71 45
Binary 10010101 101001 1010101 0 1001000 101011 101010 101010000 111001 100101

Color Harmonies of #952955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952955

Black with #952955

Text Example


Text Example

White with #952955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952955; }

 p { color: rgb(149,41,85); }

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

background-color css

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

 a { background-color: rgb(149,41,85); }

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

border-color css

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

 span { border-color: rgb(149,41,85); }

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