#94356A

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

Shades of Lipstick #94356A

Tints of Lipstick #94356A

Color information

#94356A (or 0x94356A) is unknown color: approx Lipstick. HEX triplet: 94, 35 and 6A. RGB value is (148,53,106). Sum of RGB (Red+Green+Blue) = 148+53+106=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94356A is #6BCA95. Grayscale: #575757. Windows color (decimal): -7064214 or 6960532. OLE color: 6960532.

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

Color convert

RGB14853106-
CMYK00.640.280.42
HSL326.53º47.26%39.41%-
HSV(B)326.53º64.19%58.04%-
XYZ16.099.8814.7-
YUV87.45138.47171.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 48.21%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=48.21%
G=17.26%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1485310600.640.280.42326.5347.2639.41
Hex94356A0401C2A1472f27
Octal22465152010034525075747
Binary1001010011010111010100100000011100101010101000111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94356A; }

 p { color: rgb(148,53,106); }

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

<style>
 a { background-color: #94356A; }

 a { background-color: rgb(148,53,106); }

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

<style>
 span { border-color: #94356A; }

 span { border-color: rgb(148,53,106); }

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