#952249

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

Shades of Lipstick #952249

Tints of Lipstick #952249

Color information

#952249 (or 0x952249) is unknown color: approx Lipstick. HEX triplet: 95, 22 and 49. RGB value is (149,34,73). Sum of RGB (Red+Green+Blue) = 149+34+73=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952249 is #6ADDB6. Grayscale: #484848. Windows color (decimal): -7003575 or 4792981. OLE color: 4792981.

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

Color convert

RGB1493473-
CMYK00.770.510.42
HSL339.65º62.84%35.88%-
HSV(B)339.65º77.18%58.43%-
XYZ14.178.017.1-
YUV72.83128.1182.33-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.20%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=58.20%
G=13.28%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149347300.770.510.42339.6562.8435.88
Hex95224904D332A1543f24
Octal22542111011563525247744
Binary10010101100010100100101001101110011101010101010100111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952249; }

 p { color: rgb(149,34,73); }

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

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

 a { background-color: rgb(149,34,73); }

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

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

 span { border-color: rgb(149,34,73); }

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