Html Css Color HEX #952055 Lipstick

📋 copy color: '#952055'

red 149 ◦ green 32 ◦ blue 85

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

Shades of Lipstick #952055

Tints of Lipstick #952055

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.03%

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

R = 56.02%
G = 12.03%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#952055 (or 0x952055) is known color: Lipstick. HEX triplet: 95, 20 and 55. RGB value is (149,32,85). Sum of RGB (Red+Green+Blue) = 149+32+85=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #952055 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952055 is #6ADFAA. Grayscale: #484848. Windows color (decimal): -7004075 or 5578901. OLE color: 5578901.

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

Color convert

RGB 149 32 85 -
CMYK 0 0.79 0.43 0.42
HSL 332.82º 0.65% 0.35% -
HSV(B) 332.82º 0.79% 0.58% -
XYZ 14.55 8.08 9.39 -
YUV 73.03 134.76 182.19 -
System Red Green Blue C M Y K H S L
Decimal 149 32 85 0 0.79 0.43 0.42 332.82 0.65 0.35
Hex 95 20 55 0 4F 2B 2A 14D 41 23
Octal 225 40 125 0 117 53 52 515 101 43
Binary 10010101 100000 1010101 0 1001111 101011 101010 101001101 1000001 100011

Color Harmonies of #952055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952055

Black with #952055

Text Example


Text Example

White with #952055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952055; }

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

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

background-color css

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

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

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

border-color css

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

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

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