#952465

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

Shades of Lipstick #952465

Tints of Lipstick #952465

Color information

#952465 (or 0x952465) is unknown color: approx Lipstick. HEX triplet: 95, 24 and 65. RGB value is (149,36,101). Sum of RGB (Red+Green+Blue) = 149+36+101=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #952465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952465 is #6ADB9A. Grayscale: #4D4D4D. Windows color (decimal): -7003035 or 6628501. OLE color: 6628501.

HSL color Cylindrical-coordinate representation of color #952465: hue angle of 325.49º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #952465 is Cyan = 0, Magento = 0.76, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14936101-
CMYK00.760.320.42
HSL325.49º61.08%36.27%-
HSV(B)325.49º75.84%58.43%-
XYZ15.378.5913.16-
YUV77.2141.44179.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 36 (14.45% from 255) = 12.59%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=52.10%
G=12.59%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493610100.760.320.42325.4961.0836.27
Hex95246504C202A1453d24
Octal22544145011440525057544
Binary10010101100100110010101001100100000101010101000101111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952465; }

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

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

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

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

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

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

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

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