#962667

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

Shades of Lipstick #962667

Tints of Lipstick #962667

Color information

#962667 (or 0x962667) is unknown color: approx Lipstick. HEX triplet: 96, 26 and 67. RGB value is (150,38,103). Sum of RGB (Red+Green+Blue) = 150+38+103=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 38 (15.23% from 255 or 13.06% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #962667 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962667 is #69D998. Grayscale: #4E4E4E. Windows color (decimal): -6936985 or 6760086. OLE color: 6760086.

HSL color Cylindrical-coordinate representation of color #962667: hue angle of 325.18º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #962667 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15038103-
CMYK00.750.310.41
HSL325.18º59.57%36.86%-
HSV(B)325.18º74.67%58.82%-
XYZ15.728.8513.71-
YUV78.9141.61178.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 38 (15.23% from 255) = 13.06%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=51.55%
G=13.06%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503810300.750.310.41325.1859.5736.86
Hex96266704B1F291453c25
Octal22646147011337515057445
Binary1001011010011011001110100101111111101001101000101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962667; }

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

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

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

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

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

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

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

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