#943561

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

Shades of Lipstick #943561

Tints of Lipstick #943561

Color information

#943561 (or 0x943561) is unknown color: approx Lipstick. HEX triplet: 94, 35 and 61. RGB value is (148,53,97). Sum of RGB (Red+Green+Blue) = 148+53+97=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 53 (21.09% from 255 or 17.79% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #943561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943561 is #6BCA9E. Grayscale: #565656. Windows color (decimal): -7064223 or 6370708. OLE color: 6370708.

HSL color Cylindrical-coordinate representation of color #943561: hue angle of 332.21º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #943561 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1485397-
CMYK00.640.340.42
HSL332.21º47.26%39.41%-
HSV(B)332.21º64.19%58.04%-
XYZ15.649.7112.36-
YUV86.42133.97171.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.66%
GREEN value IS 53 (21.09% from 255) = 17.79%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=49.66%
G=17.79%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148539700.640.340.42332.2147.2639.41
Hex943561040222A14c2f27
Octal22465141010042525145747
Binary10010100110101110000101000000100010101010101001100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943561; }

 p { color: rgb(148,53,97); }

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

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

 a { background-color: rgb(148,53,97); }

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

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

 span { border-color: rgb(148,53,97); }

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