#952461

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

Shades of Lipstick #952461

Tints of Lipstick #952461

Color information

#952461 (or 0x952461) is unknown color: approx Lipstick. HEX triplet: 95, 24 and 61. RGB value is (149,36,97). Sum of RGB (Red+Green+Blue) = 149+36+97=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #952461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #952461 is #6ADB9E. Grayscale: #4C4C4C. Windows color (decimal): -7003039 or 6366357. OLE color: 6366357.

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

Color convert

RGB1493697-
CMYK00.760.350.42
HSL327.61º61.08%36.27%-
HSV(B)327.61º75.84%58.43%-
XYZ15.188.5112.15-
YUV76.74139.44179.54-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.84%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=52.84%
G=12.77%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149369700.760.350.42327.6161.0836.27
Hex95246104C232A1483d24
Octal22544141011443525107544
Binary10010101100100110000101001100100011101010101001000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952461; }

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

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

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

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

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

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

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

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