#941348

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

Shades of Lipstick #941348

Tints of Lipstick #941348

Color information

#941348 (or 0x941348) is unknown color: approx Lipstick. HEX triplet: 94, 13 and 48. RGB value is (148,19,72). Sum of RGB (Red+Green+Blue) = 148+19+72=239 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.92% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 148 - color contains mainly: red. Hex color #941348 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941348 is #6BECB7. Grayscale: #3F3F3F. Windows color (decimal): -7072952 or 4723604. OLE color: 4723604.

HSL color Cylindrical-coordinate representation of color #941348: hue angle of 335.35º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #941348 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB1481972-
CMYK00.870.510.42
HSL335.35º77.25%32.75%-
HSV(B)335.35º87.16%58.04%-
XYZ13.627.236.81-
YUV63.61132.74188.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 61.92%
GREEN value IS 19 (7.81% from 255) = 7.95%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=61.92%
G=7.95%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148197200.870.510.42335.3577.2532.75
Hex941348057332A14f4d21
Octal224231100127635251711541
Binary10010100100111001000010101111100111010101010011111001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #941348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #941348; }

 p { color: rgb(148,19,72); }

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

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

 a { background-color: rgb(148,19,72); }

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

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

 span { border-color: rgb(148,19,72); }

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