#961849

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

Shades of Lipstick #961849

Tints of Lipstick #961849

Color information

#961849 (or 0x961849) is unknown color: approx Lipstick. HEX triplet: 96, 18 and 49. RGB value is (150,24,73). Sum of RGB (Red+Green+Blue) = 150+24+73=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 24 (9.77% from 255 or 9.72% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #961849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #961849 is #69E7B6. Grayscale: #434343. Windows color (decimal): -6940599 or 4790422. OLE color: 4790422.

HSL color Cylindrical-coordinate representation of color #961849: hue angle of 336.67º 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 #961849 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1502473-
CMYK00.840.510.41
HSL336.67º72.41%34.12%-
HSV(B)336.67º84%58.82%-
XYZ14.117.627.03-
YUV67.26131.24187.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 24 (9.77% from 255) = 9.72%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=60.73%
G=9.72%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150247300.840.510.41336.6772.4134.12
Hex96184905433291514822
Octal226301110124635152111042
Binary10010110110001001001010101001100111010011010100011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961849; }

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

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

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

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

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

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

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

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