#950F3F

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

Shades of Lipstick #950F3F

Tints of Lipstick #950F3F

Color information

#950F3F (or 0x950F3F) is unknown color: approx Lipstick. HEX triplet: 95, 0F and 3F. RGB value is (149,15,63). Sum of RGB (Red+Green+Blue) = 149+15+63=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 15 (6.25% from 255 or 6.61% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #950F3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950F3F is #6AF0C0. Grayscale: #3C3C3C. Windows color (decimal): -7008449 or 4132757. OLE color: 4132757.

HSL color Cylindrical-coordinate representation of color #950F3F: hue angle of 338.51º 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 #950F3F is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB1491563-
CMYK00.900.580.42
HSL338.51º81.71%32.16%-
HSV(B)338.51º89.93%58.43%-
XYZ13.467.095.36-
YUV60.54129.39191.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 65.64%
GREEN value IS 15 (6.25% from 255) = 6.61%
BLUE value IS 63 (25% from 255) = 27.75%
R=65.64%
G=6.61%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149156300.900.580.42338.5181.7132.16
Hex95F3F05A3A2A1535220
Octal22517770132725252312240
Binary100101011111111111010110101110101010101010100111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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