#952668

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

Shades of Lipstick #952668

Tints of Lipstick #952668

Color information

#952668 (or 0x952668) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 68. RGB value is (149,38,104). Sum of RGB (Red+Green+Blue) = 149+38+104=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #952668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952668 is #6AD997. Grayscale: #4E4E4E. Windows color (decimal): -7002520 or 6825621. OLE color: 6825621.

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

Color convert

RGB14938104-
CMYK00.740.300.42
HSL324.32º59.36%36.67%-
HSV(B)324.32º74.5%58.43%-
XYZ15.598.7813.97-
YUV78.71142.27178.13-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 104 (41.02% from 255) = 35.74%
R=51.20%
G=13.06%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493810400.740.300.42324.3259.3636.67
Hex95266804A1E2A1443b25
Octal22546150011236525047345
Binary1001010110011011010000100101011110101010101000100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952668; }

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

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

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

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

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

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

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

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