#962652

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

Shades of Lipstick #962652

Tints of Lipstick #962652

Color information

#962652 (or 0x962652) is unknown color: approx Lipstick. HEX triplet: 96, 26 and 52. RGB value is (150,38,82). Sum of RGB (Red+Green+Blue) = 150+38+82=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #962652 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962652 is #69D9AD. Grayscale: #4C4C4C. Windows color (decimal): -6937006 or 5383830. OLE color: 5383830.

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

Color convert

RGB1503882-
CMYK00.750.450.41
HSL336.43º59.57%36.86%-
HSV(B)336.43º74.67%58.82%-
XYZ14.798.488.84-
YUV76.5131.11180.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 38 (15.23% from 255) = 14.07%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=55.56%
G=14.07%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150388200.750.450.41336.4359.5736.86
Hex96265204B2D291503c25
Octal22646122011355515207445
Binary10010110100110101001001001011101101101001101010000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962652; }

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

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

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

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

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

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

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

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