#94184A

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

Shades of Lipstick #94184A

Tints of Lipstick #94184A

Color information

#94184A (or 0x94184A) is unknown color: approx Lipstick. HEX triplet: 94, 18 and 4A. RGB value is (148,24,74). Sum of RGB (Red+Green+Blue) = 148+24+74=246 (32% of max value = 765). Red value is 148 (58.20% from 255 or 60.16% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 74 (29.30% from 255 or 30.08% from 246); Max value from RGB is 148 - color contains mainly: red. Hex color #94184A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94184A is #6BE7B5. Grayscale: #424242. Windows color (decimal): -7071670 or 4855956. OLE color: 4855956.

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

Color convert

RGB1482474-
CMYK00.840.500.42
HSL335.81º72.09%33.73%-
HSV(B)335.81º83.78%58.04%-
XYZ13.787.447.19-
YUV66.78132.08185.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 60.16%
GREEN value IS 24 (9.77% from 255) = 9.76%
BLUE value IS 74 (29.30% from 255) = 30.08%
R=60.16%
G=9.76%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148247400.840.500.42335.8172.0933.73
Hex94184A054322A1504822
Octal224301120124625252011042
Binary10010100110001001010010101001100101010101010100001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94184A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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