#962867

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

Shades of Lipstick #962867

Tints of Lipstick #962867

Color information

#962867 (or 0x962867) is unknown color: approx Lipstick. HEX triplet: 96, 28 and 67. RGB value is (150,40,103). Sum of RGB (Red+Green+Blue) = 150+40+103=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 103 (40.62% from 255 or 35.15% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #962867 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962867 is #69D798. Grayscale: #4F4F4F. Windows color (decimal): -6936473 or 6760598. OLE color: 6760598.

HSL color Cylindrical-coordinate representation of color #962867: hue angle of 325.64º 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 #962867 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15040103-
CMYK00.730.310.41
HSL325.64º57.89%37.25%-
HSV(B)325.64º73.33%58.82%-
XYZ15.788.9813.73-
YUV80.07140.94177.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 103 (40.62% from 255) = 35.15%
R=51.19%
G=13.65%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504010300.730.310.41325.6457.8937.25
Hex9628670491F291463a25
Octal22650147011137515067245
Binary1001011010100011001110100100111111101001101000110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962867; }

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

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

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

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

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

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

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

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