#952944

Color #952944 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #952944

Tints of Lipstick #952944

Color information

#952944 (or 0x952944) is unknown color: approx Lipstick. HEX triplet: 95, 29 and 44. RGB value is (149,41,68). Sum of RGB (Red+Green+Blue) = 149+41+68=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #952944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952944 is #6AD6BB. Grayscale: #4C4C4C. Windows color (decimal): -7001788 or 4467093. OLE color: 4467093.

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

Color convert

RGB1494168-
CMYK00.720.540.42
HSL345º56.84%37.25%-
HSV(B)345º72.48%58.43%-
XYZ14.238.396.34-
YUV76.37123.28179.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.75%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 68 (26.95% from 255) = 26.36%
R=57.75%
G=15.89%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149416800.720.540.4234556.8437.25
Hex952944048362A1593925
Octal22551104011066525317145
Binary10010101101001100010001001000110110101010101011001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952944; }

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

 H1.HeaderClassName
 {
   color: #952944;
 }
 .AnyTagClassName
 {
   color: #952944;
 }
</style>
background-color css

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

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

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

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

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

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