#962B43

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

Shades of Lipstick #962B43

Tints of Lipstick #962B43

Color information

#962B43 (or 0x962B43) is unknown color: approx Lipstick. HEX triplet: 96, 2B and 43. RGB value is (150,43,67). Sum of RGB (Red+Green+Blue) = 150+43+67=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #962B43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962B43 is #69D4BC. Grayscale: #4D4D4D. Windows color (decimal): -6935741 or 4402070. OLE color: 4402070.

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

Color convert

RGB1504367-
CMYK00.710.550.41
HSL346.54º55.44%37.84%-
HSV(B)346.54º71.33%58.82%-
XYZ14.458.626.21-
YUV77.73121.95179.55-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 43 (17.19% from 255) = 16.54%
BLUE value IS 67 (26.56% from 255) = 25.77%
R=57.69%
G=16.54%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150436700.710.550.41346.5455.4437.84
Hex962B43047372915b3726
Octal22653103010767515336746
Binary10010110101011100001101000111110111101001101011011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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