#952849

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

Shades of Lipstick #952849

Tints of Lipstick #952849

Color information

#952849 (or 0x952849) is unknown color: approx Lipstick. HEX triplet: 95, 28 and 49. RGB value is (149,40,73). Sum of RGB (Red+Green+Blue) = 149+40+73=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 73 (28.91% from 255 or 27.86% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #952849 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952849 is #6AD7B6. Grayscale: #4C4C4C. Windows color (decimal): -7002039 or 4794517. OLE color: 4794517.

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

Color convert

RGB1494073-
CMYK00.730.510.42
HSL341.83º57.67%37.06%-
HSV(B)341.83º73.15%58.43%-
XYZ14.368.397.17-
YUV76.35126.11179.82-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.87%
GREEN value IS 40 (16.02% from 255) = 15.27%
BLUE value IS 73 (28.91% from 255) = 27.86%
R=56.87%
G=15.27%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149407300.730.510.42341.8357.6737.06
Hex952849049332A1563a25
Octal22550111011163525267245
Binary10010101101000100100101001001110011101010101010110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952849; }

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

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

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

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

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

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

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

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