#951240

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

Shades of Lipstick #951240

Tints of Lipstick #951240

Color information

#951240 (or 0x951240) is unknown color: approx Lipstick. HEX triplet: 95, 12 and 40. RGB value is (149,18,64). Sum of RGB (Red+Green+Blue) = 149+18+64=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 64 (25.39% from 255 or 27.71% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #951240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951240 is #6AEDBF. Grayscale: #3E3E3E. Windows color (decimal): -7007680 or 4199061. OLE color: 4199061.

HSL color Cylindrical-coordinate representation of color #951240: hue angle of 338.93º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951240 is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB1491864-
CMYK00.880.570.42
HSL338.93º78.44%32.75%-
HSV(B)338.93º87.92%58.43%-
XYZ13.547.195.53-
YUV62.41128.9189.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 64.50%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 64 (25.39% from 255) = 27.71%
R=64.50%
G=7.79%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149186400.880.570.42338.9378.4432.75
Hex951240058392A1534e21
Octal225221000130715252311641
Binary10010101100101000000010110001110011010101010100111001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951240; }

 p { color: rgb(149,18,64); }

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

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

 a { background-color: rgb(149,18,64); }

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

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

 span { border-color: rgb(149,18,64); }

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