#94364D

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

Shades of Lipstick #94364D

Tints of Lipstick #94364D

Color information

#94364D (or 0x94364D) is unknown color: approx Lipstick. HEX triplet: 94, 36 and 4D. RGB value is (148,54,77). Sum of RGB (Red+Green+Blue) = 148+54+77=279 (36% of max value = 765). Red value is 148 (58.20% from 255 or 53.05% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 148 - color contains mainly: red. Hex color #94364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94364D is #6BC9B2. Grayscale: #545454. Windows color (decimal): -7063987 or 5060244. OLE color: 5060244.

HSL color Cylindrical-coordinate representation of color #94364D: hue angle of 345.32º 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 #94364D is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB1485477-
CMYK00.640.480.42
HSL345.32º46.53%39.61%-
HSV(B)345.32º63.51%58.04%-
XYZ14.879.478.07-
YUV84.73123.64173.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 53.05%
GREEN value IS 54 (21.48% from 255) = 19.35%
BLUE value IS 77 (30.47% from 255) = 27.60%
R=53.05%
G=19.35%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148547700.640.480.42345.3246.5339.61
Hex94364D040302A1592f28
Octal22466115010060525315750
Binary10010100110110100110101000000110000101010101011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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