#94294A

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

Shades of Lipstick #94294A

Tints of Lipstick #94294A

Color information

#94294A (or 0x94294A) is unknown color: approx Lipstick. HEX triplet: 94, 29 and 4A. RGB value is (148,41,74). Sum of RGB (Red+Green+Blue) = 148+41+74=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94294A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94294A is #6BD6B5. Grayscale: #4C4C4C. Windows color (decimal): -7067318 or 4860308. OLE color: 4860308.

HSL color Cylindrical-coordinate representation of color #94294A: hue angle of 341.5º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94294A is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB1484174-
CMYK00.720.500.42
HSL341.5º56.61%37.06%-
HSV(B)341.5º72.3%58.04%-
XYZ14.248.387.34-
YUV76.76126.45178.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 41 (16.41% from 255) = 15.59%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=56.27%
G=15.59%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148417400.720.500.42341.556.6137.06
Hex94294A048322A1553925
Octal22451112011062525257145
Binary10010100101001100101001001000110010101010101010101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94294A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94294A; }

 p { color: rgb(148,41,74); }

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

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

 a { background-color: rgb(148,41,74); }

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

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

 span { border-color: rgb(148,41,74); }

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