#952869

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

Shades of Lipstick #952869

Tints of Lipstick #952869

Color information

#952869 (or 0x952869) is unknown color: approx Lipstick. HEX triplet: 95, 28 and 69. RGB value is (149,40,105). Sum of RGB (Red+Green+Blue) = 149+40+105=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 105 (41.41% from 255 or 35.71% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #952869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952869 is #6AD796. Grayscale: #4F4F4F. Windows color (decimal): -7002007 or 6891669. OLE color: 6891669.

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

Color convert

RGB14940105-
CMYK00.730.300.42
HSL324.22º57.67%37.06%-
HSV(B)324.22º73.15%58.43%-
XYZ15.78.9314.26-
YUV80142.11177.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.68%
GREEN value IS 40 (16.02% from 255) = 13.61%
BLUE value IS 105 (41.41% from 255) = 35.71%
R=50.68%
G=13.61%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494010500.730.300.42324.2257.6737.06
Hex9528690491E2A1443a25
Octal22550151011136525047245
Binary1001010110100011010010100100111110101010101000100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952869; }

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

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

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

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

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

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

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

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