#94254C

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

Shades of Lipstick #94254C

Tints of Lipstick #94254C

Color information

#94254C (or 0x94254C) is unknown color: approx Lipstick. HEX triplet: 94, 25 and 4C. RGB value is (148,37,76). Sum of RGB (Red+Green+Blue) = 148+37+76=261 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.70% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 148 - color contains mainly: red. Hex color #94254C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #94254C is #6BDAB3. Grayscale: #4A4A4A. Windows color (decimal): -7068340 or 4990356. OLE color: 4990356.

HSL color Cylindrical-coordinate representation of color #94254C: hue angle of 338.92º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94254C is Cyan = 0, Magento = 0.75, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB1483776-
CMYK00.750.490.42
HSL338.92º60%36.27%-
HSV(B)338.92º75%58.04%-
XYZ14.188.147.66-
YUV74.63128.77180.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.70%
GREEN value IS 37 (14.84% from 255) = 14.18%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=56.70%
G=14.18%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148377600.750.490.42338.926036.27
Hex94254C04B312A1533c24
Octal22445114011361525237444
Binary10010100100101100110001001011110001101010101010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94254C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94254C; }

 p { color: rgb(148,37,76); }

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

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

 a { background-color: rgb(148,37,76); }

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

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

 span { border-color: rgb(148,37,76); }

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