#952D61

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

Shades of Lipstick #952D61

Tints of Lipstick #952D61

Color information

#952D61 (or 0x952D61) is unknown color: approx Lipstick. HEX triplet: 95, 2D and 61. RGB value is (149,45,97). Sum of RGB (Red+Green+Blue) = 149+45+97=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 45 (17.97% from 255 or 15.46% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #952D61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952D61 is #6AD29E. Grayscale: #515151. Windows color (decimal): -7000735 or 6368661. OLE color: 6368661.

HSL color Cylindrical-coordinate representation of color #952D61: hue angle of 330º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #952D61 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1494597-
CMYK00.700.350.42
HSL330º53.61%38.04%-
HSV(B)330º69.8%58.43%-
XYZ15.499.1312.25-
YUV82.02136.46175.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 45 (17.97% from 255) = 15.46%
BLUE value IS 97 (38.28% from 255) = 33.33%
R=51.20%
G=15.46%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149459700.700.350.4233053.6138.04
Hex952D61046232A14a3626
Octal22555141010643525126646
Binary10010101101101110000101000110100011101010101001010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952D61; }

 p { color: rgb(149,45,97); }

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

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

 a { background-color: rgb(149,45,97); }

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

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

 span { border-color: rgb(149,45,97); }

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