#962843

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

Shades of Lipstick #962843

Tints of Lipstick #962843

Color information

#962843 (or 0x962843) is unknown color: approx Lipstick. HEX triplet: 96, 28 and 43. RGB value is (150,40,67). Sum of RGB (Red+Green+Blue) = 150+40+67=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #962843 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962843 is #69D7BC. Grayscale: #4B4B4B. Windows color (decimal): -6936509 or 4401302. OLE color: 4401302.

HSL color Cylindrical-coordinate representation of color #962843: hue angle of 345.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #962843 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB1504067-
CMYK00.730.550.41
HSL345.27º57.89%37.25%-
HSV(B)345.27º73.33%58.82%-
XYZ14.358.416.18-
YUV75.97122.94180.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 67 (26.56% from 255) = 26.07%
R=58.37%
G=15.56%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150406700.730.550.41345.2757.8937.25
Hex96284304937291593a25
Octal22650103011167515317245
Binary10010110101000100001101001001110111101001101011001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962843; }

 p { color: rgb(150,40,67); }

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

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

 a { background-color: rgb(150,40,67); }

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

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

 span { border-color: rgb(150,40,67); }

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