#961F46

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

Shades of Lipstick #961F46

Tints of Lipstick #961F46

Color information

#961F46 (or 0x961F46) is unknown color: approx Lipstick. HEX triplet: 96, 1F and 46. RGB value is (150,31,70). Sum of RGB (Red+Green+Blue) = 150+31+70=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #961F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #961F46 is #69E0B9. Grayscale: #464646. Windows color (decimal): -6938810 or 4595606. OLE color: 4595606.

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

Color convert

RGB1503170-
CMYK00.790.530.41
HSL340.34º65.75%35.49%-
HSV(B)340.34º79.33%58.82%-
XYZ14.177.916.57-
YUV71.03127.42184.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.76%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=59.76%
G=12.35%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150317000.790.530.41340.3465.7535.49
Hex961F4604F35291544223
Octal226371060117655152410243
Binary10010110111111000110010011111101011010011010101001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #961F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,31,70); }

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

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

 a { background-color: rgb(150,31,70); }

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

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

 span { border-color: rgb(150,31,70); }

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