#961850

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

Shades of Lipstick #961850

Tints of Lipstick #961850

Color information

#961850 (or 0x961850) is unknown color: approx Lipstick. HEX triplet: 96, 18 and 50. RGB value is (150,24,80). Sum of RGB (Red+Green+Blue) = 150+24+80=254 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.06% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 150 - color contains mainly: red. Hex color #961850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #961850 is #69E7AF. Grayscale: #434343. Windows color (decimal): -6940592 or 5249174. OLE color: 5249174.

HSL color Cylindrical-coordinate representation of color #961850: hue angle of 333.33º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961850 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB1502480-
CMYK00.840.470.41
HSL333.33º72.41%34.12%-
HSV(B)333.33º84%58.82%-
XYZ14.357.728.32-
YUV68.06134.74186.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.06%
GREEN value IS 24 (9.77% from 255) = 9.45%
BLUE value IS 80 (31.64% from 255) = 31.50%
R=59.06%
G=9.45%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150248000.840.470.41333.3372.4134.12
Hex9618500542F2914d4822
Octal226301200124575151511042
Binary10010110110001010000010101001011111010011010011011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961850; }

 p { color: rgb(150,24,80); }

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

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

 a { background-color: rgb(150,24,80); }

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

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

 span { border-color: rgb(150,24,80); }

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