#952866

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

Shades of Lipstick #952866

Tints of Lipstick #952866

Color information

#952866 (or 0x952866) is unknown color: approx Lipstick. HEX triplet: 95, 28 and 66. RGB value is (149,40,102). Sum of RGB (Red+Green+Blue) = 149+40+102=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #952866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952866 is #6AD799. Grayscale: #4F4F4F. Windows color (decimal): -7002010 or 6695061. OLE color: 6695061.

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

Color convert

RGB14940102-
CMYK00.730.320.42
HSL325.87º57.67%37.06%-
HSV(B)325.87º73.15%58.43%-
XYZ15.558.8713.46-
YUV79.66140.61177.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=51.20%
G=13.75%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494010200.730.320.42325.8757.6737.06
Hex952866049202A1463a25
Octal22550146011140525067245
Binary10010101101000110011001001001100000101010101000110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952866; }

 p { color: rgb(149,40,102); }

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

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

 a { background-color: rgb(149,40,102); }

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

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

 span { border-color: rgb(149,40,102); }

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