#952665

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

Shades of Lipstick #952665

Tints of Lipstick #952665

Color information

#952665 (or 0x952665) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 65. RGB value is (149,38,101). Sum of RGB (Red+Green+Blue) = 149+38+101=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #952665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952665 is #6AD99A. Grayscale: #4E4E4E. Windows color (decimal): -7002523 or 6629013. OLE color: 6629013.

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

Color convert

RGB14938101-
CMYK00.740.320.42
HSL325.95º59.36%36.67%-
HSV(B)325.95º74.5%58.43%-
XYZ15.448.7213.18-
YUV78.37140.77178.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.74%
GREEN value IS 38 (15.23% from 255) = 13.19%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=51.74%
G=13.19%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493810100.740.320.42325.9559.3636.67
Hex95266504A202A1463b25
Octal22546145011240525067345
Binary10010101100110110010101001010100000101010101000110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952665; }

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

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

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

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

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

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

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

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