#943461

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

Shades of Lipstick #943461

Tints of Lipstick #943461

Color information

#943461 (or 0x943461) is unknown color: approx Lipstick. HEX triplet: 94, 34 and 61. RGB value is (148,52,97). Sum of RGB (Red+Green+Blue) = 148+52+97=297 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.83% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 148 - color contains mainly: red. Hex color #943461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #943461 is #6BCB9E. Grayscale: #555555. Windows color (decimal): -7064479 or 6370452. OLE color: 6370452.

HSL color Cylindrical-coordinate representation of color #943461: hue angle of 331.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #943461 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1485297-
CMYK00.650.340.42
HSL331.88º48%39.22%-
HSV(B)331.88º64.86%58.04%-
XYZ15.69.6112.34-
YUV85.83134.3172.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 49.83%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 97 (38.28% from 255) = 32.66%
R=49.83%
G=17.51%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148529700.650.340.42331.884839.22
Hex943461041222A14c3027
Octal22464141010142525146047
Binary10010100110100110000101000001100010101010101001100110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #943461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #943461; }

 p { color: rgb(148,52,97); }

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

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

 a { background-color: rgb(148,52,97); }

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

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

 span { border-color: rgb(148,52,97); }

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