#961C45

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

Shades of Lipstick #961C45

Tints of Lipstick #961C45

Color information

#961C45 (or 0x961C45) is unknown color: approx Lipstick. HEX triplet: 96, 1C and 45. RGB value is (150,28,69). Sum of RGB (Red+Green+Blue) = 150+28+69=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #961C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961C45 is #69E3BA. Grayscale: #454545. Windows color (decimal): -6939579 or 4529302. OLE color: 4529302.

HSL color Cylindrical-coordinate representation of color #961C45: hue angle of 339.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #961C45 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB1502869-
CMYK00.810.540.41
HSL339.84º68.54%34.9%-
HSV(B)339.84º81.33%58.82%-
XYZ14.077.746.38-
YUV69.15127.92185.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 28 (11.33% from 255) = 11.34%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=60.73%
G=11.34%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150286900.810.540.41339.8468.5434.9
Hex961C4505136291544523
Octal226341050121665152410543
Binary10010110111001000101010100011101101010011010101001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #961C45; }

 p { color: rgb(150,28,69); }

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

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

 a { background-color: rgb(150,28,69); }

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

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

 span { border-color: rgb(150,28,69); }

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