#932960

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

Shades of Lipstick #932960

Tints of Lipstick #932960

Color information

#932960 (or 0x932960) is unknown color: approx Lipstick. HEX triplet: 93, 29 and 60. RGB value is (147,41,96). Sum of RGB (Red+Green+Blue) = 147+41+96=284 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.76% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 147 - color contains mainly: red. Hex color #932960 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #932960 is #6CD69F. Grayscale: #4E4E4E. Windows color (decimal): -7132832 or 6302099. OLE color: 6302099.

HSL color Cylindrical-coordinate representation of color #932960: hue angle of 328.87º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #932960 is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB1474196-
CMYK00.720.350.42
HSL328.87º56.38%36.86%-
HSV(B)328.87º72.11%57.65%-
XYZ14.948.6311.95-
YUV78.96137.62176.53-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.76%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=51.76%
G=14.44%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147419600.720.350.42328.8756.3836.86
Hex932960048232A1493825
Octal22351140011043525117045
Binary10010011101001110000001001000100011101010101001001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932960; }

 p { color: rgb(147,41,96); }

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

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

 a { background-color: rgb(147,41,96); }

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

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

 span { border-color: rgb(147,41,96); }

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