#952659

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

Shades of Lipstick #952659

Tints of Lipstick #952659

Color information

#952659 (or 0x952659) is unknown color: approx Lipstick. HEX triplet: 95, 26 and 59. RGB value is (149,38,89). Sum of RGB (Red+Green+Blue) = 149+38+89=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #952659 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952659 is #6AD9A6. Grayscale: #4C4C4C. Windows color (decimal): -7002535 or 5842581. OLE color: 5842581.

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

Color convert

RGB1493889-
CMYK00.740.400.42
HSL332.43º59.36%36.67%-
HSV(B)332.43º74.5%58.43%-
XYZ14.898.510.31-
YUV77134.77179.35-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 53.99%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=53.99%
G=13.77%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149388900.740.400.42332.4359.3636.67
Hex95265904A282A14c3b25
Octal22546131011250525147345
Binary10010101100110101100101001010101000101010101001100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952659; }

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

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

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

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

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

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

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

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