#942449

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

Shades of Lipstick #942449

Tints of Lipstick #942449

Color information

#942449 (or 0x942449) is unknown color: approx Lipstick. HEX triplet: 94, 24 and 49. RGB value is (148,36,73). Sum of RGB (Red+Green+Blue) = 148+36+73=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #942449 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942449 is #6BDBB6. Grayscale: #494949. Windows color (decimal): -7068599 or 4793492. OLE color: 4793492.

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

Color convert

RGB1483673-
CMYK00.760.510.42
HSL340.18º60.87%36.08%-
HSV(B)340.18º75.68%58.04%-
XYZ14.058.047.11-
YUV73.71127.61180.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.59%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 73 (28.91% from 255) = 28.40%
R=57.59%
G=14.01%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148367300.760.510.42340.1860.8736.08
Hex94244904C332A1543d24
Octal22444111011463525247544
Binary10010100100100100100101001100110011101010101010100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #942449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #942449; }

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

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

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

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

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

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

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

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