#962f5f

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

Shades of Lipstick #962F5F

Tints of Lipstick #962F5F

Color information

#962F5F (or 0x962F5F) is unknown color: approx Lipstick. HEX triplet: 96, 2F and 5F. RGB value is (150,47,95). Sum of RGB (Red+Green+Blue) = 150+47+95=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #962F5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F5F is #69D0A0. Grayscale: #535353. Windows color (decimal): -6934689 or 6238102. OLE color: 6238102.

HSL color Cylindrical-coordinate representation of color #962F5F: hue angle of 332.04º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F5F is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB1504795-
CMYK00.690.370.41
HSL332.04º52.28%38.63%-
HSV(B)332.04º68.67%58.82%-
XYZ15.669.3411.8-
YUV83.27134.62175.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 47 (18.75% from 255) = 16.10%
BLUE value IS 95 (37.5% from 255) = 32.53%
R=51.37%
G=16.10%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150479500.690.370.41332.0452.2838.63
Hex962F5F045252914c3427
Octal22657137010545515146447
Binary10010110101111101111101000101100101101001101001100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962f5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962f5f; }

 p { color: rgb(150,47,95); }

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

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

 a { background-color: rgb(150,47,95); }

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

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

 span { border-color: rgb(150,47,95); }

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