Html Css Color HEX #952950 Lipstick

📋 copy color: '#952950'

red 149 ◦ green 41 ◦ blue 80

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

Shades of Lipstick #952950

Tints of Lipstick #952950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.63%

R = 55.19%
G = 15.19%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#952950 (or 0x952950) is known color: Lipstick. HEX triplet: 95, 29 and 50. RGB value is (149,41,80). Sum of RGB (Red+Green+Blue) = 149+41+80=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #952950 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952950 is #6AD6AF. Grayscale: #4D4D4D. Windows color (decimal): -7001776 or 5253525. OLE color: 5253525.

HSL color Cylindrical-coordinate representation of color #952950: hue angle of 338.33º 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 #952950 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 80 -
CMYK 0 0.72 0.46 0.42
HSL 338.33º 0.57% 0.37% -
HSV(B) 338.33º 0.72% 0.58% -
XYZ 14.64 8.55 8.47 -
YUV 77.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 149 41 80 0 0.72 0.46 0.42 338.33 0.57 0.37
Hex 95 29 50 0 48 2E 2A 152 39 25
Octal 225 51 120 0 110 56 52 522 71 45
Binary 10010101 101001 1010000 0 1001000 101110 101010 101010010 111001 100101

Color Harmonies of #952950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952950

Black with #952950

Text Example


Text Example

White with #952950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952950; }

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

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

background-color css

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

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

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

border-color css

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

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

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