#942462

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

Shades of Lipstick #942462

Tints of Lipstick #942462

Color information

#942462 (or 0x942462) is unknown color: approx Lipstick. HEX triplet: 94, 24 and 62. RGB value is (148,36,98). Sum of RGB (Red+Green+Blue) = 148+36+98=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #942462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942462 is #6BDB9D. Grayscale: #4C4C4C. Windows color (decimal): -7068574 or 6431892. OLE color: 6431892.

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

Color convert

RGB1483698-
CMYK00.760.340.42
HSL326.79º60.87%36.08%-
HSV(B)326.79º75.68%58.04%-
XYZ15.058.4412.39-
YUV76.56140.11178.96-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.48%
GREEN value IS 36 (14.45% from 255) = 12.77%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=52.48%
G=12.77%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148369800.760.340.42326.7960.8736.08
Hex94246204C222A1473d24
Octal22444142011442525077544
Binary10010100100100110001001001100100010101010101000111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942462; }

 p { color: rgb(148,36,98); }

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

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

 a { background-color: rgb(148,36,98); }

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

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

 span { border-color: rgb(148,36,98); }

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