#952546

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

Shades of Lipstick #952546

Tints of Lipstick #952546

Color information

#952546 (or 0x952546) is unknown color: approx Lipstick. HEX triplet: 95, 25 and 46. RGB value is (149,37,70). Sum of RGB (Red+Green+Blue) = 149+37+70=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 70 (27.73% from 255 or 27.34% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #952546 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952546 is #6ADAB9. Grayscale: #4A4A4A. Windows color (decimal): -7002810 or 4597141. OLE color: 4597141.

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

Color convert

RGB1493770-
CMYK00.750.530.42
HSL342.32º60.22%36.47%-
HSV(B)342.32º75.17%58.43%-
XYZ14.168.156.62-
YUV74.25125.61181.32-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 58.20%
GREEN value IS 37 (14.84% from 255) = 14.45%
BLUE value IS 70 (27.73% from 255) = 27.34%
R=58.20%
G=14.45%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149377000.750.530.42342.3260.2236.47
Hex95254604B352A1563c24
Octal22545106011365525267444
Binary10010101100101100011001001011110101101010101010110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952546; }

 p { color: rgb(149,37,70); }

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

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

 a { background-color: rgb(149,37,70); }

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

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

 span { border-color: rgb(149,37,70); }

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