#961F5A

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

Shades of Lipstick #961F5A

Tints of Lipstick #961F5A

Color information

#961F5A (or 0x961F5A) is unknown color: approx Lipstick. HEX triplet: 96, 1F and 5A. RGB value is (150,31,90). Sum of RGB (Red+Green+Blue) = 150+31+90=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #961F5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #961F5A is #69E0A5. Grayscale: #494949. Windows color (decimal): -6938790 or 5906326. OLE color: 5906326.

HSL color Cylindrical-coordinate representation of color #961F5A: hue angle of 330.25º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #961F5A is Cyan = 0, Magento = 0.79, Yellow = 0.4 and Black (K on CMYK) = 0.41.

Color convert

RGB1503190-
CMYK00.790.40.41
HSL330.25º65.75%35.49%-
HSV(B)330.25º79.33%58.82%-
XYZ14.918.210.47-
YUV73.31137.42182.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.35%
GREEN value IS 31 (12.5% from 255) = 11.44%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=55.35%
G=11.44%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150319000.790.40.41330.2565.7535.49
Hex961F5A04F282914a4223
Octal226371320117505151210243
Binary10010110111111011010010011111010001010011010010101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961F5A; }

 p { color: rgb(150,31,90); }

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

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

 a { background-color: rgb(150,31,90); }

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

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

 span { border-color: rgb(150,31,90); }

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