#94224D

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

Shades of Lipstick #94224D

Tints of Lipstick #94224D

Color information

#94224D (or 0x94224D) is unknown color: approx Lipstick. HEX triplet: 94, 22 and 4D. RGB value is (148,34,77). Sum of RGB (Red+Green+Blue) = 148+34+77=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #94224D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94224D is #6BDDB2. Grayscale: #484848. Windows color (decimal): -7069107 or 5055124. OLE color: 5055124.

HSL color Cylindrical-coordinate representation of color #94224D: hue angle of 337.37º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94224D is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1483477-
CMYK00.770.480.42
HSL337.37º62.64%35.69%-
HSV(B)337.37º77.03%58.04%-
XYZ14.127.987.82-
YUV72.99130.27181.5-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=57.14%
G=13.13%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148347700.770.480.42337.3762.6435.69
Hex94224D04D302A1513f24
Octal22442115011560525217744
Binary10010100100010100110101001101110000101010101010001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94224D; }

 p { color: rgb(148,34,77); }

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

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

 a { background-color: rgb(148,34,77); }

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

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

 span { border-color: rgb(148,34,77); }

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