#962869

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

Shades of Lipstick #962869

Tints of Lipstick #962869

Color information

#962869 (or 0x962869) is unknown color: approx Lipstick. HEX triplet: 96, 28 and 69. RGB value is (150,40,105). Sum of RGB (Red+Green+Blue) = 150+40+105=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #962869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962869 is #69D796. Grayscale: #505050. Windows color (decimal): -6936471 or 6891670. OLE color: 6891670.

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

Color convert

RGB15040105-
CMYK00.730.300.41
HSL324.55º57.89%37.25%-
HSV(B)324.55º73.33%58.82%-
XYZ15.899.0214.27-
YUV80.3141.94177.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 105 (41.41% from 255) = 35.59%
R=50.85%
G=13.56%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504010500.730.300.41324.5557.8937.25
Hex9628690491E291453a25
Octal22650151011136515057245
Binary1001011010100011010010100100111110101001101000101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962869; }

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

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

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

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

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

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

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

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