#952154

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

Shades of Lipstick #952154

Tints of Lipstick #952154

Color information

#952154 (or 0x952154) is unknown color: approx Lipstick. HEX triplet: 95, 21 and 54. RGB value is (149,33,84). Sum of RGB (Red+Green+Blue) = 149+33+84=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #952154 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952154 is #6ADEAB. Grayscale: #494949. Windows color (decimal): -7003820 or 5513621. OLE color: 5513621.

HSL color Cylindrical-coordinate representation of color #952154: hue angle of 333.62º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #952154 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB1493384-
CMYK00.780.440.42
HSL333.62º63.74%35.69%-
HSV(B)333.62º77.85%58.43%-
XYZ14.548.129.19-
YUV73.5133.93181.85-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.02%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=56.02%
G=12.41%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149338400.780.440.42333.6263.7435.69
Hex95215404E2C2A14e4024
Octal225411240116545251610044
Binary100101011000011010100010011101011001010101010011101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952154; }

 p { color: rgb(149,33,84); }

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

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

 a { background-color: rgb(149,33,84); }

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

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

 span { border-color: rgb(149,33,84); }

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