#942467

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

Shades of Lipstick #942467

Tints of Lipstick #942467

Color information

#942467 (or 0x942467) is unknown color: approx Lipstick. HEX triplet: 94, 24 and 67. RGB value is (148,36,103). Sum of RGB (Red+Green+Blue) = 148+36+103=287 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.57% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 103 (40.62% from 255 or 35.89% from 287); Max value from RGB is 148 - color contains mainly: red. Hex color #942467 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #942467 is #6BDB98. Grayscale: #4C4C4C. Windows color (decimal): -7068569 or 6759572. OLE color: 6759572.

HSL color Cylindrical-coordinate representation of color #942467: hue angle of 324.11º 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 #942467 is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14836103-
CMYK00.760.300.42
HSL324.11º60.87%36.08%-
HSV(B)324.11º75.68%58.04%-
XYZ15.298.5413.67-
YUV77.13142.61178.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 51.57%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 103 (40.62% from 255) = 35.89%
R=51.57%
G=12.54%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1483610300.760.300.42324.1160.8736.08
Hex94246704C1E2A1443d24
Octal22444147011436525047544
Binary1001010010010011001110100110011110101010101000100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942467; }

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

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

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

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

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

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

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

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