#962551

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

Shades of Lipstick #962551

Tints of Lipstick #962551

Color information

#962551 (or 0x962551) is unknown color: approx Lipstick. HEX triplet: 96, 25 and 51. RGB value is (150,37,81). Sum of RGB (Red+Green+Blue) = 150+37+81=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #962551 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962551 is #69DAAE. Grayscale: #4B4B4B. Windows color (decimal): -6937263 or 5318038. OLE color: 5318038.

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

Color convert

RGB1503781-
CMYK00.750.460.41
HSL336.64º60.43%36.67%-
HSV(B)336.64º75.33%58.82%-
XYZ14.728.48.63-
YUV75.8130.94180.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 37 (14.84% from 255) = 13.81%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=55.97%
G=13.81%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150378100.750.460.41336.6460.4336.67
Hex96255104B2E291513c25
Octal22645121011356515217445
Binary10010110100101101000101001011101110101001101010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962551; }

 p { color: rgb(150,37,81); }

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

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

 a { background-color: rgb(150,37,81); }

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

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

 span { border-color: rgb(150,37,81); }

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