#942563

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

Shades of Lipstick #942563

Tints of Lipstick #942563

Color information

#942563 (or 0x942563) is unknown color: approx Lipstick. HEX triplet: 94, 25 and 63. RGB value is (148,37,99). Sum of RGB (Red+Green+Blue) = 148+37+99=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #942563 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942563 is #6BDA9C. Grayscale: #4D4D4D. Windows color (decimal): -7068317 or 6497684. OLE color: 6497684.

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

Color convert

RGB1483799-
CMYK00.750.330.42
HSL326.49º60%36.27%-
HSV(B)326.49º75%58.04%-
XYZ15.138.5212.65-
YUV77.26140.27178.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=52.11%
G=13.03%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148379900.750.330.42326.496036.27
Hex94256304B212A1463c24
Octal22445143011341525067444
Binary10010100100101110001101001011100001101010101000110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942563; }

 p { color: rgb(148,37,99); }

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

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

 a { background-color: rgb(148,37,99); }

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

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

 span { border-color: rgb(148,37,99); }

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