#94224E

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

Shades of Lipstick #94224E

Tints of Lipstick #94224E

Color information

#94224E (or 0x94224E) is unknown color: approx Lipstick. HEX triplet: 94, 22 and 4E. RGB value is (148,34,78). Sum of RGB (Red+Green+Blue) = 148+34+78=260 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.92% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 148 - color contains mainly: red. Hex color #94224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94224E is #6BDDB1. Grayscale: #494949. Windows color (decimal): -7069106 or 5120660. OLE color: 5120660.

HSL color Cylindrical-coordinate representation of color #94224E: hue angle of 336.84º 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 #94224E is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB1483478-
CMYK00.770.470.42
HSL336.84º62.64%35.69%-
HSV(B)336.84º77.03%58.04%-
XYZ14.167.998-
YUV73.1130.77181.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.92%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 78 (30.86% from 255) = 30%
R=56.92%
G=13.08%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.47
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148347800.770.470.42336.8462.6435.69
Hex94224E04D2F2A1513f24
Octal22442116011557525217744
Binary10010100100010100111001001101101111101010101010001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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