#942253

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

Shades of Lipstick #942253

Tints of Lipstick #942253

Color information

#942253 (or 0x942253) is unknown color: approx Lipstick. HEX triplet: 94, 22 and 53. RGB value is (148,34,83). Sum of RGB (Red+Green+Blue) = 148+34+83=265 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.85% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 83 (32.81% from 255 or 31.32% from 265); Max value from RGB is 148 - color contains mainly: red. Hex color #942253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942253 is #6BDDAC. Grayscale: #494949. Windows color (decimal): -7069101 or 5448340. OLE color: 5448340.

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

Color convert

RGB1483483-
CMYK00.770.440.42
HSL334.21º62.64%35.69%-
HSV(B)334.21º77.03%58.04%-
XYZ14.358.068.98-
YUV73.67133.27181.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 55.85%
GREEN value IS 34 (13.67% from 255) = 12.83%
BLUE value IS 83 (32.81% from 255) = 31.32%
R=55.85%
G=12.83%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148348300.770.440.42334.2162.6435.69
Hex94225304D2C2A14e3f24
Octal22442123011554525167744
Binary10010100100010101001101001101101100101010101001110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942253; }

 p { color: rgb(148,34,83); }

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

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

 a { background-color: rgb(148,34,83); }

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

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

 span { border-color: rgb(148,34,83); }

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