#94215C

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

Shades of Lipstick #94215C

Tints of Lipstick #94215C

Color information

#94215C (or 0x94215C) is unknown color: approx Lipstick. HEX triplet: 94, 21 and 5C. RGB value is (148,33,92). Sum of RGB (Red+Green+Blue) = 148+33+92=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #94215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94215C is #6BDEA3. Grayscale: #494949. Windows color (decimal): -7069348 or 6037908. OLE color: 6037908.

HSL color Cylindrical-coordinate representation of color #94215C: hue angle of 329.22º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #94215C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB1483392-
CMYK00.780.380.42
HSL329.22º63.54%35.49%-
HSV(B)329.22º77.7%58.04%-
XYZ14.698.1610.93-
YUV74.11138.1180.7-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 54.21%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=54.21%
G=12.09%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148339200.780.380.42329.2263.5435.49
Hex94215C04E262A1494023
Octal224411340116465251110043
Binary100101001000011011100010011101001101010101010010011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,33,92); }

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

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

 a { background-color: rgb(148,33,92); }

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

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

 span { border-color: rgb(148,33,92); }

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