#94365B

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

Shades of Lipstick #94365B

Tints of Lipstick #94365B

Color information

#94365B (or 0x94365B) is unknown color: approx Lipstick. HEX triplet: 94, 36 and 5B. RGB value is (148,54,91). Sum of RGB (Red+Green+Blue) = 148+54+91=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94365B is #6BC9A4. Grayscale: #565656. Windows color (decimal): -7063973 or 5977748. OLE color: 5977748.

HSL color Cylindrical-coordinate representation of color #94365B: hue angle of 336.38º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94365B is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB1485491-
CMYK00.640.390.42
HSL336.38º46.53%39.61%-
HSV(B)336.38º63.51%58.04%-
XYZ15.429.6910.96-
YUV86.32130.64171.99-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 50.51%
GREEN value IS 54 (21.48% from 255) = 18.43%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=50.51%
G=18.43%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148549100.640.390.42336.3846.5339.61
Hex94365B040272A1502f28
Octal22466133010047525205750
Binary10010100110110101101101000000100111101010101010000101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94365B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94365B; }

 p { color: rgb(148,54,91); }

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

<style>
 a { background-color: #94365B; }

 a { background-color: rgb(148,54,91); }

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

<style>
 span { border-color: #94365B; }

 span { border-color: rgb(148,54,91); }

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