#962A43

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

Shades of Lipstick #962A43

Tints of Lipstick #962A43

Color information

#962A43 (or 0x962A43) is unknown color: approx Lipstick. HEX triplet: 96, 2A and 43. RGB value is (150,42,67). Sum of RGB (Red+Green+Blue) = 150+42+67=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 42 (16.80% from 255 or 16.22% from 259); Blue value is 67 (26.56% from 255 or 25.87% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #962A43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A43 is #69D5BC. Grayscale: #4D4D4D. Windows color (decimal): -6935997 or 4401814. OLE color: 4401814.

HSL color Cylindrical-coordinate representation of color #962A43: hue angle of 346.11º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962A43 is Cyan = 0, Magento = 0.72, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB1504267-
CMYK00.720.550.41
HSL346.11º56.25%37.65%-
HSV(B)346.11º72%58.82%-
XYZ14.428.556.2-
YUV77.14122.28179.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 42 (16.80% from 255) = 16.22%
BLUE value IS 67 (26.56% from 255) = 25.87%
R=57.92%
G=16.22%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150426700.720.550.41346.1156.2537.65
Hex962A43048372915a3826
Octal22652103011067515327046
Binary10010110101010100001101001000110111101001101011010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962A43; }

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

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

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

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

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

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

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

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