#962556

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

Shades of Lipstick #962556

Tints of Lipstick #962556

Color information

#962556 (or 0x962556) is unknown color: approx Lipstick. HEX triplet: 96, 25 and 56. RGB value is (150,37,86). Sum of RGB (Red+Green+Blue) = 150+37+86=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #962556 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962556 is #69DAA9. Grayscale: #4C4C4C. Windows color (decimal): -6937258 or 5645718. OLE color: 5645718.

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

Color convert

RGB1503786-
CMYK00.750.430.41
HSL333.98º60.43%36.67%-
HSV(B)333.98º75.33%58.82%-
XYZ14.928.489.65-
YUV76.37133.44180.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=54.95%
G=13.55%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.43
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150378600.750.430.41333.9860.4336.67
Hex96255604B2B2914e3c25
Octal22645126011353515167445
Binary10010110100101101011001001011101011101001101001110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962556; }

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

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

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

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

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

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

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

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