#962360

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

Shades of Lipstick #962360

Tints of Lipstick #962360

Color information

#962360 (or 0x962360) is unknown color: approx Lipstick. HEX triplet: 96, 23 and 60. RGB value is (150,35,96). Sum of RGB (Red+Green+Blue) = 150+35+96=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #962360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962360 is #69DC9F. Grayscale: #4C4C4C. Windows color (decimal): -6937760 or 6300566. OLE color: 6300566.

HSL color Cylindrical-coordinate representation of color #962360: hue angle of 328.17º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962360 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB1503596-
CMYK00.770.360.41
HSL328.17º62.16%36.27%-
HSV(B)328.17º76.67%58.82%-
XYZ15.298.5311.91-
YUV76.34139.1180.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.38%
GREEN value IS 35 (14.06% from 255) = 12.46%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=53.38%
G=12.46%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150359600.770.360.41328.1762.1636.27
Hex96236004D24291483e24
Octal22643140011544515107644
Binary10010110100011110000001001101100100101001101001000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962360; }

 p { color: rgb(150,35,96); }

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

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

 a { background-color: rgb(150,35,96); }

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

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

 span { border-color: rgb(150,35,96); }

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