#952B65

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

Shades of Lipstick #952B65

Tints of Lipstick #952B65

Color information

#952B65 (or 0x952B65) is unknown color: approx Lipstick. HEX triplet: 95, 2B and 65. RGB value is (149,43,101). Sum of RGB (Red+Green+Blue) = 149+43+101=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #952B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952B65 is #6AD49A. Grayscale: #515151. Windows color (decimal): -7001243 or 6630293. OLE color: 6630293.

HSL color Cylindrical-coordinate representation of color #952B65: hue angle of 327.17º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #952B65 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14943101-
CMYK00.710.320.42
HSL327.17º55.21%37.65%-
HSV(B)327.17º71.14%58.43%-
XYZ15.619.0613.24-
YUV81.31139.12176.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 101 (39.84% from 255) = 34.47%
R=50.85%
G=14.68%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494310100.710.320.42327.1755.2137.65
Hex952B65047202A1473726
Octal22553145010740525076746
Binary10010101101011110010101000111100000101010101000111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,43,101); }

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

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

 a { background-color: rgb(149,43,101); }

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

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

 span { border-color: rgb(149,43,101); }

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