#950F41

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

Shades of Lipstick #950F41

Tints of Lipstick #950F41

Color information

#950F41 (or 0x950F41) is unknown color: approx Lipstick. HEX triplet: 95, 0F and 41. RGB value is (149,15,65). Sum of RGB (Red+Green+Blue) = 149+15+65=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #950F41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F41 is #6AF0BE. Grayscale: #3C3C3C. Windows color (decimal): -7008447 or 4263829. OLE color: 4263829.

HSL color Cylindrical-coordinate representation of color #950F41: hue angle of 337.61º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #950F41 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1491565-
CMYK00.900.560.42
HSL337.61º81.71%32.16%-
HSV(B)337.61º89.93%58.43%-
XYZ13.527.115.66-
YUV60.77130.39190.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.07%
GREEN value IS 15 (6.25% from 255) = 6.55%
BLUE value IS 65 (25.78% from 255) = 28.38%
R=65.07%
G=6.55%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149156500.900.560.42337.6181.7132.16
Hex95F4105A382A1525220
Octal225171010132705252212240
Binary1001010111111000001010110101110001010101010100101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950F41; }

 p { color: rgb(149,15,65); }

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

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

 a { background-color: rgb(149,15,65); }

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

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

 span { border-color: rgb(149,15,65); }

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